-
Notifications
You must be signed in to change notification settings - Fork 5
/
Node-Red-flows-freebox-home-tileset-all.json
124 lines (124 loc) · 2.78 KB
/
Node-Red-flows-freebox-home-tileset-all.json
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"id": "e631091c.84ac48",
"type": "tab",
"label": "Freebox",
"disabled": false,
"info": ""
},
{
"id": "3bb12669.eb2bca",
"type": "inject",
"z": "e631091c.84ac48",
"name": "/home/tileset/all",
"props": [
{
"p": "url",
"v": "/home/tileset/all",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 150,
"y": 180,
"wires": [
[
"9b72aebb.b3cdc"
]
]
},
{
"id": "9b72aebb.b3cdc",
"type": "api",
"z": "e631091c.84ac48",
"name": "API Node",
"server": "9ff429ec.8663e8",
"x": 320,
"y": 180,
"wires": [
[
"d2f91d6b.dbfee"
]
]
},
{
"id": "2e738bf8.b524e4",
"type": "debug",
"z": "e631091c.84ac48",
"name": "",
"active": false,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 650,
"y": 120,
"wires": []
},
{
"id": "d2f91d6b.dbfee",
"type": "json",
"z": "e631091c.84ac48",
"name": "",
"property": "payload",
"action": "",
"pretty": true,
"x": 470,
"y": 180,
"wires": [
[
"2e738bf8.b524e4",
"3788740d.a0188c"
]
]
},
{
"id": "3788740d.a0188c",
"type": "mqtt out",
"z": "e631091c.84ac48",
"name": "freebox_home_tileset_all",
"topic": "node_red/freebox_home_tileset_all",
"qos": "",
"retain": "true",
"broker": "37947fb8.1a801",
"x": 690,
"y": 220,
"wires": []
},
{
"id": "9ff429ec.8663e8",
"type": "freebox-server",
"host": "https://192.168.10.254",
"port": "443"
},
{
"id": "37947fb8.1a801",
"type": "mqtt-broker",
"name": "%%MQTT-BROKER-NAME",
"broker": "%%MQTT-HOST-OR-IP-MAYBE-LOCALHOST",
"port": "1883",
"clientid": "",
"usetls": false,
"compatmode": false,
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthRetain": "false",
"birthPayload": "",
"closeTopic": "",
"closeQos": "0",
"closeRetain": "false",
"closePayload": "",
"willTopic": "",
"willQos": "0",
"willRetain": "false",
"willPayload": ""
}
]