PLC application sources (NVL, rooms, boiler), HA/Node-RED integration guide, and NVL patch utilities. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
687 B
Smalltalk
24 lines
687 B
Smalltalk
(* === 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 === *)
|