node-red-contrib-homekit-bridged 2.0.0-dev.0 → 2.0.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/build/lib/HAPHostNode.js +59 -64
  2. package/build/lib/HAPServiceNode.js +91 -95
  3. package/build/lib/HAPServiceNode2.js +93 -97
  4. package/build/lib/Storage.d.ts +3 -3
  5. package/build/lib/Storage.js +2 -2
  6. package/build/lib/api.js +26 -29
  7. package/build/lib/hap/HAPCharacteristic.d.ts +1 -1
  8. package/build/lib/hap/HAPService.d.ts +1 -1
  9. package/build/lib/hap/eve-app/EveCharacteristics.d.ts +1 -1
  10. package/build/lib/hap/eve-app/EveCharacteristics.js +10 -10
  11. package/build/lib/types/CustomCharacteristicType.d.ts +1 -1
  12. package/build/lib/types/HAPHostConfigType.d.ts +4 -4
  13. package/build/lib/types/HAPHostNodeType.d.ts +4 -4
  14. package/build/lib/types/HAPService2ConfigType.d.ts +2 -2
  15. package/build/lib/types/HAPService2NodeType.d.ts +3 -3
  16. package/build/lib/types/HAPServiceConfigType.d.ts +3 -3
  17. package/build/lib/types/HAPServiceNodeType.d.ts +10 -10
  18. package/build/lib/types/HAPStatusConfigType.d.ts +1 -1
  19. package/build/lib/types/HAPStatusNodeType.d.ts +5 -5
  20. package/build/lib/types/NodeType.d.ts +1 -1
  21. package/build/lib/types/storage/SerializedHostType.d.ts +2 -2
  22. package/build/lib/utils/AccessoryUtils.js +15 -15
  23. package/build/lib/utils/BridgeUtils.js +5 -5
  24. package/build/lib/utils/CharacteristicUtils.js +6 -6
  25. package/build/lib/utils/CharacteristicUtils2.js +6 -6
  26. package/build/lib/utils/NodeStatusUtils.d.ts +2 -2
  27. package/build/lib/utils/NodeStatusUtils.js +2 -2
  28. package/build/lib/utils/ServiceUtils.js +39 -38
  29. package/build/lib/utils/ServiceUtils2.js +39 -37
  30. package/build/lib/utils/index.js +2 -2
  31. package/build/nodes/nrchkb.js +2 -2
  32. package/build/nodes/status.js +15 -16
  33. package/examples/demo/01 - ALL Demos single import.json +64 -318
  34. package/examples/demo/02 - Air Purifier.json +279 -328
  35. package/examples/demo/03 - Air Quality sensor with Battery.json +254 -282
  36. package/examples/demo/04 - Dimmable Bulb.json +172 -189
  37. package/examples/demo/05 - Color Bulb (HSV).json +195 -216
  38. package/examples/demo/06 - Fan (simple, 3 speeds).json +240 -265
  39. package/examples/demo/07 - Fan (with speed, oscillate, rotation direction).json +175 -192
  40. package/examples/demo/08 - CO2 detector.json +224 -255
  41. package/examples/demo/09 - CO (carbon monoxide) example.json +255 -290
  42. package/examples/demo/10 - Door window contact sensor.json +234 -265
  43. package/examples/demos (advanced)/01 - Television with inputs and speaker.json +541 -607
  44. package/examples/switch/01 - Plain Switch.json +7 -27
  45. package/package.json +83 -81
@@ -1,331 +1,282 @@
1
1
  [
2
- {
3
- "id": "60e44fde.c914f8",
4
- "type": "group",
5
- "z": "60b06629.a2ebd",
6
- "name": "Air Purifier: input power state, output commands device",
7
- "style": {
8
- "stroke": "#999999",
9
- "fill": "none",
10
- "label": true,
11
- "label-position": "nw",
12
- "color": "#a4a4a4"
13
- },
14
- "nodes": [
15
- "8dea49.4a770db8",
16
- "5302e4aa.1b466c",
17
- "bfe1c73d.c165a8",
18
- "9739d842.a402f",
19
- "87048a6e.df64e8",
20
- "db412cea.4a62f8",
21
- "46418e19.aa6d6",
22
- "664dadf9.85d0d4",
23
- "d7cd8a56.628178",
24
- "3de34c4c.1871a4",
25
- "ee8894e4.f1855"
26
- ],
27
- "x": 14,
28
- "y": 119,
29
- "w": 822,
30
- "h": 162,
31
- "info": "Turning the device on or off will send:\n`{\"Active\":[0, 1]}`\n\nAfter changing power state, the device will be \"Turning on\" or \"Turning off\" until a current state is sent of:\n`{\"CurrentAirPurifierState\":[0, 1, 2]}`\n0: off <br/>\n1: idle <br/>\n2: on <br/>\n\nThere will be a slider in the home app for sending `RotationSpeed`\n\nThere will be a switch on Home app for \"Oscillate\" which sends:\n`{\"SwingMode\":[0,1]}`\n\nChanging mode to manual to auto will send payload:\n`{\"TargetAirPurifierState\":[0, 1]}`\n\nChild lock will send \n`{\"LockPhysicalControls\": [0, 1]}`\n\n"
2
+ {
3
+ "id": "60e44fde.c914f8",
4
+ "type": "group",
5
+ "z": "60b06629.a2ebd",
6
+ "name": "Air Purifier: input power state, output commands device",
7
+ "style": {
8
+ "stroke": "#999999",
9
+ "fill": "none",
10
+ "label": true,
11
+ "label-position": "nw",
12
+ "color": "#a4a4a4"
32
13
  },
33
- {
34
- "id": "8dea49.4a770db8",
35
- "type": "inject",
36
- "z": "60b06629.a2ebd",
37
- "g": "60e44fde.c914f8",
38
- "name": "off",
39
- "props": [
40
- {
41
- "p": "payload"
42
- }
43
- ],
44
- "repeat": "",
45
- "crontab": "",
46
- "once": false,
47
- "onceDelay": 0.1,
48
- "topic": "",
49
- "payload": "{\"CurrentAirPurifierState\":0}",
50
- "payloadType": "json",
51
- "x": 110,
52
- "y": 160,
53
- "wires": [
54
- [
55
- "5302e4aa.1b466c"
56
- ]
57
- ]
58
- },
59
- {
60
- "id": "5302e4aa.1b466c",
61
- "type": "homekit-service",
62
- "z": "60b06629.a2ebd",
63
- "g": "60e44fde.c914f8",
64
- "isParent": true,
65
- "bridge": "409001a1.3e7a78",
66
- "parentService": "",
67
- "name": "Air purifier",
68
- "serviceName": "AirPurifier",
69
- "topic": "",
70
- "filter": false,
71
- "manufacturer": "Purity",
72
- "model": "Air",
73
- "serialNo": "23",
74
- "firmwareRev": "1.0.0",
75
- "hardwareRev": "1.0.0",
76
- "softwareRev": "1.0.0",
77
- "cameraConfigVideoProcessor": "ffmpeg",
78
- "cameraConfigSource": "",
79
- "cameraConfigStillImageSource": "",
80
- "cameraConfigMaxStreams": 2,
81
- "cameraConfigMaxWidth": 1280,
82
- "cameraConfigMaxHeight": 720,
83
- "cameraConfigMaxFPS": 10,
84
- "cameraConfigMaxBitrate": 300,
85
- "cameraConfigVideoCodec": "libx264",
86
- "cameraConfigAudioCodec": "libfdk_aac",
87
- "cameraConfigAudio": false,
88
- "cameraConfigPacketSize": 1316,
89
- "cameraConfigVerticalFlip": false,
90
- "cameraConfigHorizontalFlip": false,
91
- "cameraConfigMapVideo": "0:0",
92
- "cameraConfigMapAudio": "0:1",
93
- "cameraConfigVideoFilter": "scale=1280:720",
94
- "cameraConfigAdditionalCommandLine": "-tune zerolatency",
95
- "cameraConfigDebug": false,
96
- "cameraConfigSnapshotOutput": "disabled",
97
- "cameraConfigInterfaceName": "",
98
- "characteristicProperties": "{\n \"SwingMode\":true,\n \"RotationSpeed\":true,\n \"LockPhysicalControls\":true\n}",
99
- "outputs": 2,
100
- "x": 290,
101
- "y": 160,
102
- "wires": [
103
- [
104
- "bfe1c73d.c165a8",
105
- "9739d842.a402f"
106
- ],
107
- []
108
- ]
109
- },
110
- {
111
- "id": "bfe1c73d.c165a8",
112
- "type": "debug",
113
- "z": "60b06629.a2ebd",
114
- "g": "60e44fde.c914f8",
115
- "name": "Purifier output",
116
- "active": true,
117
- "tosidebar": true,
118
- "console": false,
119
- "tostatus": false,
120
- "complete": "true",
121
- "targetType": "full",
122
- "x": 420,
123
- "y": 240,
124
- "wires": []
125
- },
126
- {
127
- "id": "9739d842.a402f",
128
- "type": "function",
129
- "z": "60b06629.a2ebd",
130
- "g": "60e44fde.c914f8",
131
- "name": "on/off",
132
- "func": "if (msg.hap !== undefined && msg.hap.context !== undefined){\n if (msg.payload.Active === 1){\n return [msg,null];\n }\n if (msg.payload.Active === 0){\n return [null,msg];\n }\n}\nreturn;",
133
- "outputs": 2,
134
- "noerr": 0,
135
- "initialize": "",
136
- "finalize": "",
137
- "x": 450,
138
- "y": 160,
139
- "wires": [
140
- [
141
- "664dadf9.85d0d4",
142
- "d7cd8a56.628178"
143
- ],
144
- [
145
- "3de34c4c.1871a4"
146
- ]
147
- ],
148
- "outputLabels": [
149
- "On",
150
- "Off"
151
- ]
152
- },
153
- {
154
- "id": "87048a6e.df64e8",
155
- "type": "inject",
156
- "z": "60b06629.a2ebd",
157
- "g": "60e44fde.c914f8",
158
- "name": "idle",
159
- "props": [
160
- {
161
- "p": "payload"
162
- }
163
- ],
164
- "repeat": "",
165
- "crontab": "",
166
- "once": false,
167
- "onceDelay": 0.1,
168
- "topic": "",
169
- "payload": "{\"CurrentAirPurifierState\":1}",
170
- "payloadType": "json",
171
- "x": 110,
172
- "y": 200,
173
- "wires": [
174
- [
175
- "5302e4aa.1b466c"
176
- ]
177
- ]
178
- },
179
- {
180
- "id": "db412cea.4a62f8",
181
- "type": "inject",
182
- "z": "60b06629.a2ebd",
183
- "g": "60e44fde.c914f8",
184
- "name": "on",
185
- "props": [
186
- {
187
- "p": "payload"
188
- }
189
- ],
190
- "repeat": "",
191
- "crontab": "",
192
- "once": false,
193
- "onceDelay": 0.1,
194
- "topic": "",
195
- "payload": "{\"CurrentAirPurifierState\":2}",
196
- "payloadType": "json",
197
- "x": 110,
198
- "y": 240,
199
- "wires": [
200
- [
201
- "5302e4aa.1b466c"
202
- ]
203
- ]
204
- },
205
- {
206
- "id": "46418e19.aa6d6",
207
- "type": "link in",
208
- "z": "60b06629.a2ebd",
209
- "g": "60e44fde.c914f8",
210
- "name": "",
211
- "links": [
212
- "ee8894e4.f1855"
213
- ],
214
- "x": 235,
215
- "y": 240,
216
- "wires": [
217
- [
218
- "5302e4aa.1b466c"
219
- ]
220
- ]
221
- },
222
- {
223
- "id": "664dadf9.85d0d4",
224
- "type": "trigger",
225
- "z": "60b06629.a2ebd",
226
- "g": "60e44fde.c914f8",
227
- "name": "5 sec to idle",
228
- "op1": "",
229
- "op2": "{\"CurrentAirPurifierState\":1}",
230
- "op1type": "nul",
231
- "op2type": "json",
232
- "duration": "5",
233
- "extend": false,
234
- "units": "s",
235
- "reset": "",
236
- "bytopic": "all",
237
- "topic": "topic",
238
- "outputs": 1,
239
- "x": 650,
240
- "y": 160,
241
- "wires": [
242
- [
243
- "ee8894e4.f1855"
244
- ]
245
- ]
246
- },
247
- {
248
- "id": "d7cd8a56.628178",
249
- "type": "trigger",
250
- "z": "60b06629.a2ebd",
251
- "g": "60e44fde.c914f8",
252
- "name": "10 sec to on",
253
- "op1": "",
254
- "op2": "{\"CurrentAirPurifierState\":2}",
255
- "op1type": "nul",
256
- "op2type": "json",
257
- "duration": "10",
258
- "extend": false,
259
- "units": "s",
260
- "reset": "",
261
- "bytopic": "all",
262
- "topic": "topic",
263
- "outputs": 1,
264
- "x": 650,
265
- "y": 200,
266
- "wires": [
267
- [
268
- "ee8894e4.f1855"
269
- ]
270
- ]
271
- },
272
- {
273
- "id": "3de34c4c.1871a4",
274
- "type": "trigger",
275
- "z": "60b06629.a2ebd",
276
- "g": "60e44fde.c914f8",
277
- "name": "5 sec to off",
278
- "op1": "",
279
- "op2": "{\"CurrentAirPurifierState\":0}",
280
- "op1type": "nul",
281
- "op2type": "json",
282
- "duration": "5",
283
- "extend": false,
284
- "units": "s",
285
- "reset": "",
286
- "bytopic": "all",
287
- "topic": "topic",
288
- "outputs": 1,
289
- "x": 650,
290
- "y": 240,
291
- "wires": [
292
- [
293
- "ee8894e4.f1855"
294
- ]
295
- ]
296
- },
297
- {
298
- "id": "ee8894e4.f1855",
299
- "type": "link out",
300
- "z": "60b06629.a2ebd",
301
- "g": "60e44fde.c914f8",
302
- "name": "",
303
- "links": [
304
- "46418e19.aa6d6"
305
- ],
306
- "x": 795,
307
- "y": 200,
308
- "wires": []
309
- },
310
- {
311
- "id": "409001a1.3e7a78",
312
- "type": "homekit-bridge",
313
- "z": "",
314
- "bridgeName": "Demo 1",
315
- "pinCode": "153-10-538",
316
- "port": "",
317
- "allowInsecureRequest": false,
318
- "manufacturer": "NRCHKB",
319
- "model": "Demo",
320
- "serialNo": "1.1.2",
321
- "customMdnsConfig": false,
322
- "mdnsMulticast": true,
323
- "mdnsInterface": "",
324
- "mdnsPort": "",
325
- "mdnsIp": "",
326
- "mdnsTtl": "",
327
- "mdnsLoopback": true,
328
- "mdnsReuseAddr": true,
329
- "allowMessagePassthrough": true
330
- }
14
+ "nodes": [
15
+ "8dea49.4a770db8",
16
+ "5302e4aa.1b466c",
17
+ "bfe1c73d.c165a8",
18
+ "9739d842.a402f",
19
+ "87048a6e.df64e8",
20
+ "db412cea.4a62f8",
21
+ "46418e19.aa6d6",
22
+ "664dadf9.85d0d4",
23
+ "d7cd8a56.628178",
24
+ "3de34c4c.1871a4",
25
+ "ee8894e4.f1855"
26
+ ],
27
+ "x": 14,
28
+ "y": 119,
29
+ "w": 822,
30
+ "h": 162,
31
+ "info": "Turning the device on or off will send:\n`{\"Active\":[0, 1]}`\n\nAfter changing power state, the device will be \"Turning on\" or \"Turning off\" until a current state is sent of:\n`{\"CurrentAirPurifierState\":[0, 1, 2]}`\n0: off <br/>\n1: idle <br/>\n2: on <br/>\n\nThere will be a slider in the home app for sending `RotationSpeed`\n\nThere will be a switch on Home app for \"Oscillate\" which sends:\n`{\"SwingMode\":[0,1]}`\n\nChanging mode to manual to auto will send payload:\n`{\"TargetAirPurifierState\":[0, 1]}`\n\nChild lock will send \n`{\"LockPhysicalControls\": [0, 1]}`\n\n"
32
+ },
33
+ {
34
+ "id": "8dea49.4a770db8",
35
+ "type": "inject",
36
+ "z": "60b06629.a2ebd",
37
+ "g": "60e44fde.c914f8",
38
+ "name": "off",
39
+ "props": [
40
+ {
41
+ "p": "payload"
42
+ }
43
+ ],
44
+ "repeat": "",
45
+ "crontab": "",
46
+ "once": false,
47
+ "onceDelay": 0.1,
48
+ "topic": "",
49
+ "payload": "{\"CurrentAirPurifierState\":0}",
50
+ "payloadType": "json",
51
+ "x": 110,
52
+ "y": 160,
53
+ "wires": [["5302e4aa.1b466c"]]
54
+ },
55
+ {
56
+ "id": "5302e4aa.1b466c",
57
+ "type": "homekit-service",
58
+ "z": "60b06629.a2ebd",
59
+ "g": "60e44fde.c914f8",
60
+ "isParent": true,
61
+ "bridge": "409001a1.3e7a78",
62
+ "parentService": "",
63
+ "name": "Air purifier",
64
+ "serviceName": "AirPurifier",
65
+ "topic": "",
66
+ "filter": false,
67
+ "manufacturer": "Purity",
68
+ "model": "Air",
69
+ "serialNo": "23",
70
+ "firmwareRev": "1.0.0",
71
+ "hardwareRev": "1.0.0",
72
+ "softwareRev": "1.0.0",
73
+ "cameraConfigVideoProcessor": "ffmpeg",
74
+ "cameraConfigSource": "",
75
+ "cameraConfigStillImageSource": "",
76
+ "cameraConfigMaxStreams": 2,
77
+ "cameraConfigMaxWidth": 1280,
78
+ "cameraConfigMaxHeight": 720,
79
+ "cameraConfigMaxFPS": 10,
80
+ "cameraConfigMaxBitrate": 300,
81
+ "cameraConfigVideoCodec": "libx264",
82
+ "cameraConfigAudioCodec": "libfdk_aac",
83
+ "cameraConfigAudio": false,
84
+ "cameraConfigPacketSize": 1316,
85
+ "cameraConfigVerticalFlip": false,
86
+ "cameraConfigHorizontalFlip": false,
87
+ "cameraConfigMapVideo": "0:0",
88
+ "cameraConfigMapAudio": "0:1",
89
+ "cameraConfigVideoFilter": "scale=1280:720",
90
+ "cameraConfigAdditionalCommandLine": "-tune zerolatency",
91
+ "cameraConfigDebug": false,
92
+ "cameraConfigSnapshotOutput": "disabled",
93
+ "cameraConfigInterfaceName": "",
94
+ "characteristicProperties": "{\n \"SwingMode\":true,\n \"RotationSpeed\":true,\n \"LockPhysicalControls\":true\n}",
95
+ "outputs": 2,
96
+ "x": 290,
97
+ "y": 160,
98
+ "wires": [["bfe1c73d.c165a8", "9739d842.a402f"], []]
99
+ },
100
+ {
101
+ "id": "bfe1c73d.c165a8",
102
+ "type": "debug",
103
+ "z": "60b06629.a2ebd",
104
+ "g": "60e44fde.c914f8",
105
+ "name": "Purifier output",
106
+ "active": true,
107
+ "tosidebar": true,
108
+ "console": false,
109
+ "tostatus": false,
110
+ "complete": "true",
111
+ "targetType": "full",
112
+ "x": 420,
113
+ "y": 240,
114
+ "wires": []
115
+ },
116
+ {
117
+ "id": "9739d842.a402f",
118
+ "type": "function",
119
+ "z": "60b06629.a2ebd",
120
+ "g": "60e44fde.c914f8",
121
+ "name": "on/off",
122
+ "func": "if (msg.hap !== undefined && msg.hap.context !== undefined){\n if (msg.payload.Active === 1){\n return [msg,null];\n }\n if (msg.payload.Active === 0){\n return [null,msg];\n }\n}\nreturn;",
123
+ "outputs": 2,
124
+ "noerr": 0,
125
+ "initialize": "",
126
+ "finalize": "",
127
+ "x": 450,
128
+ "y": 160,
129
+ "wires": [["664dadf9.85d0d4", "d7cd8a56.628178"], ["3de34c4c.1871a4"]],
130
+ "outputLabels": ["On", "Off"]
131
+ },
132
+ {
133
+ "id": "87048a6e.df64e8",
134
+ "type": "inject",
135
+ "z": "60b06629.a2ebd",
136
+ "g": "60e44fde.c914f8",
137
+ "name": "idle",
138
+ "props": [
139
+ {
140
+ "p": "payload"
141
+ }
142
+ ],
143
+ "repeat": "",
144
+ "crontab": "",
145
+ "once": false,
146
+ "onceDelay": 0.1,
147
+ "topic": "",
148
+ "payload": "{\"CurrentAirPurifierState\":1}",
149
+ "payloadType": "json",
150
+ "x": 110,
151
+ "y": 200,
152
+ "wires": [["5302e4aa.1b466c"]]
153
+ },
154
+ {
155
+ "id": "db412cea.4a62f8",
156
+ "type": "inject",
157
+ "z": "60b06629.a2ebd",
158
+ "g": "60e44fde.c914f8",
159
+ "name": "on",
160
+ "props": [
161
+ {
162
+ "p": "payload"
163
+ }
164
+ ],
165
+ "repeat": "",
166
+ "crontab": "",
167
+ "once": false,
168
+ "onceDelay": 0.1,
169
+ "topic": "",
170
+ "payload": "{\"CurrentAirPurifierState\":2}",
171
+ "payloadType": "json",
172
+ "x": 110,
173
+ "y": 240,
174
+ "wires": [["5302e4aa.1b466c"]]
175
+ },
176
+ {
177
+ "id": "46418e19.aa6d6",
178
+ "type": "link in",
179
+ "z": "60b06629.a2ebd",
180
+ "g": "60e44fde.c914f8",
181
+ "name": "",
182
+ "links": ["ee8894e4.f1855"],
183
+ "x": 235,
184
+ "y": 240,
185
+ "wires": [["5302e4aa.1b466c"]]
186
+ },
187
+ {
188
+ "id": "664dadf9.85d0d4",
189
+ "type": "trigger",
190
+ "z": "60b06629.a2ebd",
191
+ "g": "60e44fde.c914f8",
192
+ "name": "5 sec to idle",
193
+ "op1": "",
194
+ "op2": "{\"CurrentAirPurifierState\":1}",
195
+ "op1type": "nul",
196
+ "op2type": "json",
197
+ "duration": "5",
198
+ "extend": false,
199
+ "units": "s",
200
+ "reset": "",
201
+ "bytopic": "all",
202
+ "topic": "topic",
203
+ "outputs": 1,
204
+ "x": 650,
205
+ "y": 160,
206
+ "wires": [["ee8894e4.f1855"]]
207
+ },
208
+ {
209
+ "id": "d7cd8a56.628178",
210
+ "type": "trigger",
211
+ "z": "60b06629.a2ebd",
212
+ "g": "60e44fde.c914f8",
213
+ "name": "10 sec to on",
214
+ "op1": "",
215
+ "op2": "{\"CurrentAirPurifierState\":2}",
216
+ "op1type": "nul",
217
+ "op2type": "json",
218
+ "duration": "10",
219
+ "extend": false,
220
+ "units": "s",
221
+ "reset": "",
222
+ "bytopic": "all",
223
+ "topic": "topic",
224
+ "outputs": 1,
225
+ "x": 650,
226
+ "y": 200,
227
+ "wires": [["ee8894e4.f1855"]]
228
+ },
229
+ {
230
+ "id": "3de34c4c.1871a4",
231
+ "type": "trigger",
232
+ "z": "60b06629.a2ebd",
233
+ "g": "60e44fde.c914f8",
234
+ "name": "5 sec to off",
235
+ "op1": "",
236
+ "op2": "{\"CurrentAirPurifierState\":0}",
237
+ "op1type": "nul",
238
+ "op2type": "json",
239
+ "duration": "5",
240
+ "extend": false,
241
+ "units": "s",
242
+ "reset": "",
243
+ "bytopic": "all",
244
+ "topic": "topic",
245
+ "outputs": 1,
246
+ "x": 650,
247
+ "y": 240,
248
+ "wires": [["ee8894e4.f1855"]]
249
+ },
250
+ {
251
+ "id": "ee8894e4.f1855",
252
+ "type": "link out",
253
+ "z": "60b06629.a2ebd",
254
+ "g": "60e44fde.c914f8",
255
+ "name": "",
256
+ "links": ["46418e19.aa6d6"],
257
+ "x": 795,
258
+ "y": 200,
259
+ "wires": []
260
+ },
261
+ {
262
+ "id": "409001a1.3e7a78",
263
+ "type": "homekit-bridge",
264
+ "z": "",
265
+ "bridgeName": "Demo 1",
266
+ "pinCode": "153-10-538",
267
+ "port": "",
268
+ "allowInsecureRequest": false,
269
+ "manufacturer": "NRCHKB",
270
+ "model": "Demo",
271
+ "serialNo": "1.1.2",
272
+ "customMdnsConfig": false,
273
+ "mdnsMulticast": true,
274
+ "mdnsInterface": "",
275
+ "mdnsPort": "",
276
+ "mdnsIp": "",
277
+ "mdnsTtl": "",
278
+ "mdnsLoopback": true,
279
+ "mdnsReuseAddr": true,
280
+ "allowMessagePassthrough": true
281
+ }
331
282
  ]