-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodered-flow.txt
107 lines (107 loc) · 2.3 KB
/
nodered-flow.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"id": "ae1cbef7.14403",
"type": "ui_text_input",
"z": "dc50810.d77128",
"name": "",
"label": "7SA Countdown",
"group": "b04884f.2163478",
"order": 0,
"width": 0,
"height": 0,
"passthru": true,
"mode": "number",
"delay": "0",
"topic": "",
"x": 118,
"y": 186,
"wires": [
[
"11205a2d.164726"
]
]
},
{
"id": "11205a2d.164726",
"type": "mqtt out",
"z": "dc50810.d77128",
"name": "",
"topic": "7-SA/Countdown",
"qos": "",
"retain": "",
"broker": "1c984b86.f20774",
"x": 389,
"y": 186,
"wires": []
},
{
"id": "93053b1.b91e2c8",
"type": "ui_text_input",
"z": "dc50810.d77128",
"name": "",
"label": "7SA Zahl",
"group": "b04884f.2163478",
"order": 0,
"width": 0,
"height": 0,
"passthru": true,
"mode": "number",
"delay": "0",
"topic": "",
"x": 94,
"y": 232,
"wires": [
[
"cc77a400.aba398"
]
]
},
{
"id": "cc77a400.aba398",
"type": "mqtt out",
"z": "dc50810.d77128",
"name": "",
"topic": "7-SA/Zahl",
"qos": "",
"retain": "",
"broker": "1c984b86.f20774",
"x": 355,
"y": 232,
"wires": []
},
{
"id": "b04884f.2163478",
"type": "ui_group",
"z": "",
"name": "7-Segment-Anzeige",
"tab": "8ca006fa.bf68d8",
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "1c984b86.f20774",
"type": "mqtt-broker",
"z": "",
"broker": "localhost",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": true,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"willTopic": "",
"willQos": "0",
"willPayload": ""
},
{
"id": "8ca006fa.bf68d8",
"type": "ui_tab",
"z": "",
"name": "Steuerung",
"icon": "dashboard"
}
]