[ { "id": "b740b0f2.7f519", "type": "mqtt in", "z": "ef4610e.baf6ff", "name": "", "topic": "/3C71BFFD6AC0/jsonLeds", "qos": "2", "datatype": "auto", "broker": "18873812.b4df58", "x": 180, "y": 120, "wires": [ [ "ee2f79de.17ed48" ] ] }, { "id": "f46c88d0.c95e98", "type": "debug", "z": "ef4610e.baf6ff", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "statusVal": "", "statusType": "auto", "x": 530, "y": 120, "wires": [] }, { "id": "ee2f79de.17ed48", "type": "json", "z": "ef4610e.baf6ff", "name": "", "property": "payload", "action": "", "pretty": false, "x": 370, "y": 120, "wires": [ [ "f46c88d0.c95e98" ] ] }, { "id": "6ad8a835.91d498", "type": "function", "z": "ef4610e.baf6ff", "name": "tot encès", "func": "var json00 = {};\n\njson00.ledW = true\njson00.ledR = 1\njson00.ledY = 1\njson00.ledG = 1\n\nmsg.payload = json00;\n\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "x": 280, "y": 220, "wires": [ [ "3054a464.1b978c" ] ] }, { "id": "64cd4701.6b3458", "type": "function", "z": "ef4610e.baf6ff", "name": "tot apagat", "func": "var json00 = {};\n\njson00.ledW = false\njson00.ledR = 0\njson00.ledY = 0\njson00.ledG = 0\n\nmsg.payload = json00;\n\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "x": 280, "y": 340, "wires": [ [ "3054a464.1b978c" ] ] }, { "id": "db5493e3.636c3", "type": "function", "z": "ef4610e.baf6ff", "name": "0x5", "func": "var json00 = {};\n\njson00.ledW = false\njson00.ledR = 1\njson00.ledY = 0\njson00.ledG = 1\n\nmsg.payload = json00;\n\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "x": 270, "y": 260, "wires": [ [ "3054a464.1b978c" ] ] }, { "id": "ecbf40a5.39829", "type": "function", "z": "ef4610e.baf6ff", "name": "0xA", "func": "var json00 = {};\n\njson00.ledW = true\njson00.ledR = 0\njson00.ledY = 1\njson00.ledG = 0\n\nmsg.payload = json00;\n\nreturn msg;", "outputs": 1, "noerr": 0, "initialize": "", "finalize": "", "x": 270, "y": 300, "wires": [ [ "3054a464.1b978c" ] ] }, { "id": "bd0a61b8.ecfa6", "type": "inject", "z": "ef4610e.baf6ff", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 120, "y": 220, "wires": [ [ "6ad8a835.91d498" ] ] }, { "id": "c5d17986.610428", "type": "inject", "z": "ef4610e.baf6ff", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 120, "y": 260, "wires": [ [ "db5493e3.636c3" ] ] }, { "id": "a36f5d42.174d4", "type": "inject", "z": "ef4610e.baf6ff", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 120, "y": 300, "wires": [ [ "ecbf40a5.39829" ] ] }, { "id": "1dde1af2.863ea5", "type": "inject", "z": "ef4610e.baf6ff", "name": "", "props": [ { "p": "payload" }, { "p": "topic", "vt": "str" } ], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "", "payloadType": "date", "x": 120, "y": 340, "wires": [ [ "64cd4701.6b3458" ] ] }, { "id": "3054a464.1b978c", "type": "mqtt out", "z": "ef4610e.baf6ff", "name": "", "topic": "/3C71BFFD6AC0/jsonLeds", "qos": "", "retain": "", "broker": "18873812.b4df58", "x": 530, "y": 280, "wires": [] }, { "id": "18873812.b4df58", "type": "mqtt-broker", "z": "", "name": "broker formacio.things.cat", "broker": "localhost", "port": "1883", "clientid": "", "usetls": false, "compatmode": false, "keepalive": "60", "cleansession": true, "birthTopic": "", "birthQos": "0", "birthPayload": "", "closeTopic": "", "closeQos": "0", "closePayload": "", "willTopic": "", "willQos": "0", "willPayload": "" } ]