[ { "id": "5d35d8ce.1361d", "type": "inject", "z": "15e65900.62332f", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "x": 130, "y": 80, "wires": [ [ "a32c4194.09efe" ] ] }, { "id": "a32c4194.09efe", "type": "function", "z": "15e65900.62332f", "name": "Inici", "func": "flow.set(\"ESTAT_INTERRUPTOR\",\"APAGAT\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 330, "y": 80, "wires": [ [] ] }, { "id": "5110d341.7dcc64", "type": "ui_switch", "z": "15e65900.62332f", "name": "", "label": "Estat", "tooltip": "", "group": "86fed19a.a0783", "order": 1, "width": 0, "height": 0, "passthru": true, "decouple": "false", "topic": "", "style": "", "onvalue": "ENCES", "onvalueType": "str", "onicon": "", "oncolor": "", "offvalue": "APAGAT", "offvalueType": "str", "officon": "", "offcolor": "", "x": 90, "y": 140, "wires": [ [ "9eec07c4.6efe9" ] ] }, { "id": "9eec07c4.6efe9", "type": "function", "z": "15e65900.62332f", "name": "Actualitza estat", "func": "flow.set(\"ESTAT_INTERRUPTOR\",msg.payload);\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 300, "y": 140, "wires": [ [] ] }, { "id": "a269a91e.035bf8", "type": "inject", "z": "15e65900.62332f", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 120, "y": 200, "wires": [ [ "6ade5779.831788" ] ] }, { "id": "6ade5779.831788", "type": "function", "z": "15e65900.62332f", "name": "Mira estat", "func": "msg.payload = flow.get(\"ESTAT_INTERRUPTOR\");\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 300, "y": 200, "wires": [ [ "e41ed38f.8b4448" ] ] }, { "id": "e41ed38f.8b4448", "type": "debug", "z": "15e65900.62332f", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 470, "y": 200, "wires": [] }, { "id": "86fed19a.a0783", "type": "ui_group", "z": "", "name": "Aula 313", "tab": "102d60c0.edc1af", "order": 1, "disp": true, "width": "6", "collapse": false }, { "id": "102d60c0.edc1af", "type": "ui_tab", "z": "", "name": "Clot", "icon": "dashboard", "order": 3, "disabled": false, "hidden": false } ]