tb14-sandbox/flows.json

140 lines
3.1 KiB
JSON
Raw Normal View History

2025-02-08 21:21:00 +01:00
[
{
"id": "27084be7aa8f9652",
"type": "tab",
"label": "Flow 1",
2025-02-10 21:50:34 +01:00
"disabled": true,
2025-02-08 21:21:00 +01:00
"info": "",
"env": []
},
2025-02-10 21:50:34 +01:00
{
"id": "bede7d5436c69c52",
"type": "mqtt-broker",
"name": "nr-iot",
"broker": "emqx.iot.devnet.local",
"port": 1883,
"clientid": "",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": 60,
"cleansession": true,
"autoUnsubscribe": true,
"birthTopic": "iottest",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": "",
"willMsg": {},
"userProps": "",
"sessionExpiry": ""
},
2025-02-08 21:21:00 +01:00
{
"id": "98189df2ee850f46",
"type": "inject",
"z": "27084be7aa8f9652",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 160,
"y": 140,
"wires": [
[
2025-02-10 13:54:56 +01:00
"273cb9b8c3a73e8a",
"eadcbed36371049b"
2025-02-08 21:21:00 +01:00
]
]
},
{
"id": "273cb9b8c3a73e8a",
"type": "debug",
"z": "27084be7aa8f9652",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
2025-02-08 21:32:39 +01:00
"x": 480,
2025-02-10 13:54:56 +01:00
"y": 240,
"wires": []
},
{
"id": "eadcbed36371049b",
"type": "debug",
"z": "27084be7aa8f9652",
"name": "debug 2",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 480,
"y": 140,
2025-02-08 21:21:00 +01:00
"wires": []
2025-02-10 21:50:34 +01:00
},
{
"id": "47dcd3b7a859621d",
"type": "mqtt in",
"z": "27084be7aa8f9652",
"name": "",
"topic": "iottest",
"qos": "2",
"datatype": "auto-detect",
"broker": "bede7d5436c69c52",
"nl": false,
"rap": true,
"rh": 0,
"inputs": 0,
"x": 170,
"y": 360,
"wires": [
[
"f9b7adaaa095bb7c"
]
]
},
{
"id": "f9b7adaaa095bb7c",
"type": "debug",
"z": "27084be7aa8f9652",
"name": "debug 3",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 360,
"y": 360,
"wires": []
2025-02-08 21:21:00 +01:00
}
]