Added new Flow

This commit is contained in:
unixweb 2020-03-01 12:16:19 +01:00
parent 8847748968
commit ba3a8bc705
1 changed files with 37 additions and 0 deletions

37
5-times-blink.js Normal file
View File

@ -0,0 +1,37 @@
[
{
"id": "4f4572dd.a7baac",
"type": "mqtt out",
"z": "4ef1975a.3a4da",
"name": "",
"topic": "/blink",
"qos": "",
"retain": "",
"broker": "a178fc17.b50a98",
"x": 750,
"y": 180,
"wires": []
},
{
"id": "a178fc17.b50a98",
"type": "mqtt-broker",
"z": "",
"name": "unixweb",
"broker": "mqtt.unixweb.de",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
}
]