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,15 @@
|
||||
(* === DECLARATION === *)
|
||||
TYPE struct_switches :
|
||||
STRUCT
|
||||
all_off:BOOL;
|
||||
all_on:BOOL;
|
||||
sw_1:BOOL;
|
||||
sw_2:BOOL;
|
||||
sw_3:BOOL;
|
||||
sw_4:BOOL;
|
||||
sw_5:BOOL;
|
||||
sw_6:BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
|
||||
(* === IMPLEMENTATION === *)
|
||||
Reference in New Issue
Block a user