Node-Red-Examples/5-times-blink.js

38 lines
839 B
JavaScript

[
{
"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": ""
}
]