[ { "id": "ba95c203.cd5a78", "type": "function", "z": "9e960486.0b10c", "name": "set szIP flow variable", "func": "flow.set('szIP',msg.payload);\n", "outputs": 0, "noerr": 0, "x": 540, "y": 60, "wires": [] }, { "id": "bbf6c203.d211b", "type": "function", "z": "9e960486.0b10c", "name": "192.168.43.202", "func": "msg.payload = \"192.168.43.202\";\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 320, "y": 60, "wires": [ [ "ba95c203.cd5a78" ] ] }, { "id": "e7a81c63.e3b978", "type": "inject", "z": "9e960486.0b10c", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": true, "onceDelay": 0.1, "x": 110, "y": 60, "wires": [ [ "bbf6c203.d211b" ] ] }, { "id": "39f8710b.3c935e", "type": "udp in", "z": "9e960486.0b10c", "name": "", "iface": "", "port": "3333", "ipv": "udp4", "multicast": "false", "group": "", "datatype": "utf8", "x": 110, "y": 120, "wires": [ [ "8bfde892.14317" ] ] }, { "id": "8bfde892.14317", "type": "debug", "z": "9e960486.0b10c", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 470, "y": 120, "wires": [] }, { "id": "8ea217d5.b66548", "type": "udp out", "z": "9e960486.0b10c", "name": "", "addr": "", "iface": "", "port": "3334", "ipv": "udp4", "outport": "", "base64": false, "multicast": "false", "x": 470, "y": 220, "wires": [] }, { "id": "bdee0c9.21b7ff", "type": "inject", "z": "9e960486.0b10c", "name": "", "topic": "", "payload": "I", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 200, "wires": [ [ "8a59ef39.f3191" ] ] }, { "id": "3a28076e.29d04", "type": "inject", "z": "9e960486.0b10c", "name": "", "topic": "", "payload": "A", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 160, "wires": [ [ "8a59ef39.f3191" ] ] }, { "id": "c67bd3fe.c2f868", "type": "inject", "z": "9e960486.0b10c", "name": "", "topic": "", "payload": "15H", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 240, "wires": [ [ "8a59ef39.f3191" ] ] }, { "id": "17e84ff2.539fd", "type": "inject", "z": "9e960486.0b10c", "name": "", "topic": "", "payload": "15L", "payloadType": "str", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 110, "y": 280, "wires": [ [ "8a59ef39.f3191" ] ] }, { "id": "8a59ef39.f3191", "type": "function", "z": "9e960486.0b10c", "name": "+ msg.ip", "func": "msg.ip = flow.get(\"szIP\");\n//msg.payload = msg.ip;\nreturn msg;", "outputs": 1, "noerr": 0, "x": 300, "y": 220, "wires": [ [ "8ea217d5.b66548" ] ] } ]