Initial commit: CODESYS tree, integration docs, Node-RED scripts.
PLC application sources (NVL, rooms, boiler), HA/Node-RED integration guide, and NVL patch utilities. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
(* === DECLARATION === *)
|
||||
{attribute 'qualified_only'}
|
||||
|
||||
VAR_GLOBAL
|
||||
light_livingRoom : struct_room_outs;
|
||||
light_dinningRoom : struct_room_outs;
|
||||
light_kitchenArea : struct_room_outs;
|
||||
light_hallway : struct_room_outs;
|
||||
light_office : struct_room_outs;
|
||||
light_bedroom : struct_room_outs;
|
||||
light_masterBedroom : struct_room_outs;
|
||||
light_masterBath : struct_room_outs;
|
||||
light_shower : struct_room_outs;
|
||||
light_guestWc : struct_room_outs;
|
||||
light_outFront : struct_room_outs;
|
||||
light_coveredVeranda : struct_room_outs;
|
||||
light_outYard : struct_room_outs;
|
||||
light_outBack : struct_room_outs;
|
||||
boiler_status : struct_boiler_status;
|
||||
|
||||
END_VAR
|
||||
|
||||
(* === IMPLEMENTATION === *)
|
||||
Reference in New Issue
Block a user