node-red-contrib-homekit-bridged 2.0.0-dev.0 → 2.0.0-dev.1
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.
- package/build/lib/HAPHostNode.js +3 -5
- package/build/lib/HAPServiceNode.js +5 -5
- package/build/lib/HAPServiceNode2.js +5 -5
- package/build/lib/api.js +17 -18
- package/build/lib/hap/eve-app/EveCharacteristics.js +10 -10
- package/build/lib/utils/AccessoryUtils.js +7 -5
- package/build/lib/utils/BridgeUtils.js +2 -2
- package/build/lib/utils/CharacteristicUtils.js +1 -1
- package/build/lib/utils/CharacteristicUtils2.js +1 -1
- package/build/lib/utils/ServiceUtils.js +17 -20
- package/build/lib/utils/ServiceUtils2.js +13 -14
- package/build/lib/utils/index.js +1 -1
- package/build/nodes/status.js +3 -3
- package/examples/demo/01 - ALL Demos single import.json +64 -318
- package/examples/demo/02 - Air Purifier.json +279 -328
- package/examples/demo/03 - Air Quality sensor with Battery.json +254 -282
- package/examples/demo/04 - Dimmable Bulb.json +172 -189
- package/examples/demo/05 - Color Bulb (HSV).json +195 -216
- package/examples/demo/06 - Fan (simple, 3 speeds).json +240 -265
- package/examples/demo/07 - Fan (with speed, oscillate, rotation direction).json +175 -192
- package/examples/demo/08 - CO2 detector.json +224 -255
- package/examples/demo/09 - CO (carbon monoxide) example.json +255 -290
- package/examples/demo/10 - Door window contact sensor.json +234 -265
- package/examples/demos (advanced)/01 - Television with inputs and speaker.json +541 -607
- package/examples/switch/01 - Plain Switch.json +7 -27
- package/package.json +82 -81
|
@@ -1,611 +1,545 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
"nodes": [
|
|
15
|
-
"894d3458.2f07d",
|
|
16
|
-
"87183aa8.418ec",
|
|
17
|
-
"519fe2f2.b4870c",
|
|
18
|
-
"5de4624c.b2aeac",
|
|
19
|
-
"d5812842.bebac",
|
|
20
|
-
"ac7b78f3.2b9328",
|
|
21
|
-
"1d662593.e8434a",
|
|
22
|
-
"405055ca.02f2dc",
|
|
23
|
-
"f164c3c9.de75e8",
|
|
24
|
-
"d35fba0b.560e68",
|
|
25
|
-
"da9f0bd6.b2bbf",
|
|
26
|
-
"b4c4b8b.fc331c8",
|
|
27
|
-
"56282414.102184",
|
|
28
|
-
"f83a84cb.08b19"
|
|
29
|
-
],
|
|
30
|
-
"x": 14,
|
|
31
|
-
"y": 59,
|
|
32
|
-
"w": 932,
|
|
33
|
-
"h": 488,
|
|
34
|
-
"info": "## Example With Speaker and 4 inputs\n\nThis example will show a television service with 4 inputs and a speaker (volume control). There are two functions that should be used to name your specific devices. These functions are `Setup TV` and `Setup Inputs`.\n\n**Setup TV:**\nThis function will be run 5 seconds after startup or whenever the `TV Setup` inject node is triggered. Change the name on line 1 of the function. The output message is sent to the Television Service to initialize the name and set the TV to `{\"Active\":0}` (TV off).\n\n**Setup Inputs:**\nThis function will be run 6 seconds after startup or whenever the `Source Setup` inject node is triggered. The following variables are available:\n* Lines 5 through 8 will name your sources\n* Lines 24 through 27 will set the input type according to the values in lines 11 through 21\n\n## Setting the HomeKit item based on TV state\n\nThere are various `inject` nodes which can be used to send information from your television ([Vizio API](https://github.com/exiva/Vizio_SmartCast_API), [Onkyo device](https://github.com/estbeetoo/node-red-contrib-eiscp), [Samsung TV](https://github.com/Toxblh/node-red-contrib-samsung-tv-control), [LG TV](https://github.com/hobbyquaker/node-red-contrib-lgtv), etc). It is up to you as the user to set this up according to your hardware. Use the provided `inject` nodes as a template to begin understanding the payloads expected by the Television Service.\n\nPlease note that the Television Speaker and Input Source service items **DO NOT** receive any input after initial configuration.\n\n## Setting TV state based on HomeKit output\n\nThere are two debug nodes provided. These can be used as examples of the output coming from HomeKit nodes to set up your system accordingly.\n\nThe `State and source output` debug node will output the following payloads:\n* `{\"Active\":0/1}` for TV state off/on\n* `{\"Input\":0-3}` for changing inputs from HomeKit\n* `{\"RemoteKey\":various}` for various integers when using the control center remote\n\n\nThe `Volume output` debug node will output the following payloads:\n* `{\"VolumeSelector\":0}` when control center remote press is \"Increase Volume\"\n* `{\"VolumeSelector\":1}` when control center remote press is \"Decrease Volume\"\n\nThe Input Source services will output payloads like `{\"ConfiguredName\":\"Name\"}` if the name is changed from HomeKit. If you would like to change your input names from within HomeKit rather than the `Set up inputs` function, it can be done but is beyond the scope of this example.\n"
|
|
2
|
+
{
|
|
3
|
+
"id": "a98abda4.5784d",
|
|
4
|
+
"type": "group",
|
|
5
|
+
"z": "21f36bce.02d864",
|
|
6
|
+
"name": "Television: input from device, output to device",
|
|
7
|
+
"style": {
|
|
8
|
+
"stroke": "#999999",
|
|
9
|
+
"fill": "none",
|
|
10
|
+
"label": true,
|
|
11
|
+
"label-position": "nw",
|
|
12
|
+
"color": "#a4a4a4"
|
|
35
13
|
},
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
14
|
+
"nodes": [
|
|
15
|
+
"894d3458.2f07d",
|
|
16
|
+
"87183aa8.418ec",
|
|
17
|
+
"519fe2f2.b4870c",
|
|
18
|
+
"5de4624c.b2aeac",
|
|
19
|
+
"d5812842.bebac",
|
|
20
|
+
"ac7b78f3.2b9328",
|
|
21
|
+
"1d662593.e8434a",
|
|
22
|
+
"405055ca.02f2dc",
|
|
23
|
+
"f164c3c9.de75e8",
|
|
24
|
+
"d35fba0b.560e68",
|
|
25
|
+
"da9f0bd6.b2bbf",
|
|
26
|
+
"b4c4b8b.fc331c8",
|
|
27
|
+
"56282414.102184",
|
|
28
|
+
"f83a84cb.08b19"
|
|
29
|
+
],
|
|
30
|
+
"x": 14,
|
|
31
|
+
"y": 59,
|
|
32
|
+
"w": 932,
|
|
33
|
+
"h": 488,
|
|
34
|
+
"info": "## Example With Speaker and 4 inputs\n\nThis example will show a television service with 4 inputs and a speaker (volume control). There are two functions that should be used to name your specific devices. These functions are `Setup TV` and `Setup Inputs`.\n\n**Setup TV:**\nThis function will be run 5 seconds after startup or whenever the `TV Setup` inject node is triggered. Change the name on line 1 of the function. The output message is sent to the Television Service to initialize the name and set the TV to `{\"Active\":0}` (TV off).\n\n**Setup Inputs:**\nThis function will be run 6 seconds after startup or whenever the `Source Setup` inject node is triggered. The following variables are available:\n* Lines 5 through 8 will name your sources\n* Lines 24 through 27 will set the input type according to the values in lines 11 through 21\n\n## Setting the HomeKit item based on TV state\n\nThere are various `inject` nodes which can be used to send information from your television ([Vizio API](https://github.com/exiva/Vizio_SmartCast_API), [Onkyo device](https://github.com/estbeetoo/node-red-contrib-eiscp), [Samsung TV](https://github.com/Toxblh/node-red-contrib-samsung-tv-control), [LG TV](https://github.com/hobbyquaker/node-red-contrib-lgtv), etc). It is up to you as the user to set this up according to your hardware. Use the provided `inject` nodes as a template to begin understanding the payloads expected by the Television Service.\n\nPlease note that the Television Speaker and Input Source service items **DO NOT** receive any input after initial configuration.\n\n## Setting TV state based on HomeKit output\n\nThere are two debug nodes provided. These can be used as examples of the output coming from HomeKit nodes to set up your system accordingly.\n\nThe `State and source output` debug node will output the following payloads:\n* `{\"Active\":0/1}` for TV state off/on\n* `{\"Input\":0-3}` for changing inputs from HomeKit\n* `{\"RemoteKey\":various}` for various integers when using the control center remote\n\n\nThe `Volume output` debug node will output the following payloads:\n* `{\"VolumeSelector\":0}` when control center remote press is \"Increase Volume\"\n* `{\"VolumeSelector\":1}` when control center remote press is \"Decrease Volume\"\n\nThe Input Source services will output payloads like `{\"ConfiguredName\":\"Name\"}` if the name is changed from HomeKit. If you would like to change your input names from within HomeKit rather than the `Set up inputs` function, it can be done but is beyond the scope of this example.\n"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "894d3458.2f07d",
|
|
38
|
+
"type": "inject",
|
|
39
|
+
"z": "21f36bce.02d864",
|
|
40
|
+
"g": "a98abda4.5784d",
|
|
41
|
+
"name": "TV on",
|
|
42
|
+
"repeat": "",
|
|
43
|
+
"crontab": "",
|
|
44
|
+
"once": false,
|
|
45
|
+
"onceDelay": 0.1,
|
|
46
|
+
"topic": "",
|
|
47
|
+
"payload": "{\"Active\":1}",
|
|
48
|
+
"payloadType": "json",
|
|
49
|
+
"x": 110,
|
|
50
|
+
"y": 160,
|
|
51
|
+
"wires": [["56282414.102184"]]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "87183aa8.418ec",
|
|
55
|
+
"type": "inject",
|
|
56
|
+
"z": "21f36bce.02d864",
|
|
57
|
+
"g": "a98abda4.5784d",
|
|
58
|
+
"name": "TV off",
|
|
59
|
+
"repeat": "",
|
|
60
|
+
"crontab": "",
|
|
61
|
+
"once": false,
|
|
62
|
+
"onceDelay": 0.1,
|
|
63
|
+
"topic": "",
|
|
64
|
+
"payload": "{\"Active\":0}",
|
|
65
|
+
"payloadType": "json",
|
|
66
|
+
"x": 110,
|
|
67
|
+
"y": 200,
|
|
68
|
+
"wires": [["56282414.102184"]]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "519fe2f2.b4870c",
|
|
72
|
+
"type": "debug",
|
|
73
|
+
"z": "21f36bce.02d864",
|
|
74
|
+
"g": "a98abda4.5784d",
|
|
75
|
+
"name": "State and source output",
|
|
76
|
+
"active": true,
|
|
77
|
+
"tosidebar": true,
|
|
78
|
+
"console": false,
|
|
79
|
+
"tostatus": false,
|
|
80
|
+
"complete": "payload",
|
|
81
|
+
"targetType": "msg",
|
|
82
|
+
"x": 790,
|
|
83
|
+
"y": 140,
|
|
84
|
+
"wires": []
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"id": "5de4624c.b2aeac",
|
|
88
|
+
"type": "debug",
|
|
89
|
+
"z": "21f36bce.02d864",
|
|
90
|
+
"g": "a98abda4.5784d",
|
|
91
|
+
"name": "Volume output",
|
|
92
|
+
"active": true,
|
|
93
|
+
"tosidebar": true,
|
|
94
|
+
"console": false,
|
|
95
|
+
"tostatus": false,
|
|
96
|
+
"complete": "payload",
|
|
97
|
+
"targetType": "msg",
|
|
98
|
+
"statusVal": "",
|
|
99
|
+
"statusType": "auto",
|
|
100
|
+
"x": 800,
|
|
101
|
+
"y": 220,
|
|
102
|
+
"wires": []
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "d5812842.bebac",
|
|
106
|
+
"type": "inject",
|
|
107
|
+
"z": "21f36bce.02d864",
|
|
108
|
+
"g": "a98abda4.5784d",
|
|
109
|
+
"name": "TV Setup",
|
|
110
|
+
"repeat": "",
|
|
111
|
+
"crontab": "",
|
|
112
|
+
"once": true,
|
|
113
|
+
"onceDelay": "5",
|
|
114
|
+
"topic": "",
|
|
115
|
+
"payload": "",
|
|
116
|
+
"payloadType": "date",
|
|
117
|
+
"x": 120,
|
|
118
|
+
"y": 100,
|
|
119
|
+
"wires": [["1d662593.e8434a"]]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "ac7b78f3.2b9328",
|
|
123
|
+
"type": "inject",
|
|
124
|
+
"z": "21f36bce.02d864",
|
|
125
|
+
"g": "a98abda4.5784d",
|
|
126
|
+
"name": "Source Setup",
|
|
127
|
+
"repeat": "",
|
|
128
|
+
"crontab": "",
|
|
129
|
+
"once": true,
|
|
130
|
+
"onceDelay": "6",
|
|
131
|
+
"topic": "",
|
|
132
|
+
"payload": "",
|
|
133
|
+
"payloadType": "date",
|
|
134
|
+
"x": 140,
|
|
135
|
+
"y": 480,
|
|
136
|
+
"wires": [["b4c4b8b.fc331c8"]]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "1d662593.e8434a",
|
|
140
|
+
"type": "function",
|
|
141
|
+
"z": "21f36bce.02d864",
|
|
142
|
+
"g": "a98abda4.5784d",
|
|
143
|
+
"name": "Setup TV",
|
|
144
|
+
"func": "var name = \"Television\";\n\nmsg.payload = {\n \"ConfiguredName\": name,\n \"ActiveIdentifier\" : 0,\n \"SleepDiscoveryMode\" : 0,\n \"Active\" : 0\n};\nreturn msg;",
|
|
145
|
+
"outputs": 1,
|
|
146
|
+
"noerr": 0,
|
|
147
|
+
"x": 300,
|
|
148
|
+
"y": 100,
|
|
149
|
+
"wires": [["56282414.102184"]]
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "405055ca.02f2dc",
|
|
153
|
+
"type": "inject",
|
|
154
|
+
"z": "21f36bce.02d864",
|
|
155
|
+
"g": "a98abda4.5784d",
|
|
156
|
+
"name": "Input 1",
|
|
157
|
+
"repeat": "",
|
|
158
|
+
"crontab": "",
|
|
159
|
+
"once": false,
|
|
160
|
+
"onceDelay": 0.1,
|
|
161
|
+
"topic": "",
|
|
162
|
+
"payload": "{\"ActiveIdentifier\":1}",
|
|
163
|
+
"payloadType": "json",
|
|
164
|
+
"x": 110,
|
|
165
|
+
"y": 320,
|
|
166
|
+
"wires": [["56282414.102184"]]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "f164c3c9.de75e8",
|
|
170
|
+
"type": "inject",
|
|
171
|
+
"z": "21f36bce.02d864",
|
|
172
|
+
"g": "a98abda4.5784d",
|
|
173
|
+
"name": "Input 0",
|
|
174
|
+
"repeat": "",
|
|
175
|
+
"crontab": "",
|
|
176
|
+
"once": false,
|
|
177
|
+
"onceDelay": 0.1,
|
|
178
|
+
"topic": "",
|
|
179
|
+
"payload": "{\"ActiveIdentifier\":0}",
|
|
180
|
+
"payloadType": "json",
|
|
181
|
+
"x": 110,
|
|
182
|
+
"y": 280,
|
|
183
|
+
"wires": [["56282414.102184"]]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "d35fba0b.560e68",
|
|
187
|
+
"type": "inject",
|
|
188
|
+
"z": "21f36bce.02d864",
|
|
189
|
+
"g": "a98abda4.5784d",
|
|
190
|
+
"name": "Input 2",
|
|
191
|
+
"repeat": "",
|
|
192
|
+
"crontab": "",
|
|
193
|
+
"once": false,
|
|
194
|
+
"onceDelay": 0.1,
|
|
195
|
+
"topic": "",
|
|
196
|
+
"payload": "{\"ActiveIdentifier\":2}",
|
|
197
|
+
"payloadType": "json",
|
|
198
|
+
"x": 110,
|
|
199
|
+
"y": 360,
|
|
200
|
+
"wires": [["56282414.102184"]]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "da9f0bd6.b2bbf",
|
|
204
|
+
"type": "inject",
|
|
205
|
+
"z": "21f36bce.02d864",
|
|
206
|
+
"g": "a98abda4.5784d",
|
|
207
|
+
"name": "Input 3",
|
|
208
|
+
"repeat": "",
|
|
209
|
+
"crontab": "",
|
|
210
|
+
"once": false,
|
|
211
|
+
"onceDelay": 0.1,
|
|
212
|
+
"topic": "",
|
|
213
|
+
"payload": "{\"ActiveIdentifier\":3}",
|
|
214
|
+
"payloadType": "json",
|
|
215
|
+
"x": 110,
|
|
216
|
+
"y": 400,
|
|
217
|
+
"wires": [["56282414.102184"]]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "b4c4b8b.fc331c8",
|
|
221
|
+
"type": "function",
|
|
222
|
+
"z": "21f36bce.02d864",
|
|
223
|
+
"g": "a98abda4.5784d",
|
|
224
|
+
"name": "Set up inputs",
|
|
225
|
+
"func": "// This function will initialize and name inputs\n// it is set to work with 4 inputs\n\n// INPUT SOURCE NAMES\nvar input0 = \"HDMI 1\";\nvar input1 = \"HDMI 2\";\nvar input2 = \"Apple TV\";\nvar input3 = \"Wii U\";\n\n// INPUT SOURCE TYPES\nvar OTHER = 0;\nvar HOME_SCREEN = 1;\nvar TUNER = 2;\nvar HDMI = 3;\nvar COMPOSITE_VIDEO = 4;\nvar S_VIDEO = 5;\nvar COMPONENT_VIDEO = 6;\nvar DVI = 7;\nvar AIRPLAY = 8;\nvar USB = 9;\nvar APPLICATION = 10;\n\n// Configure your input types based on options above\nvar input0type = HDMI;\nvar input1type = HDMI;\nvar input2type = HDMI;\nvar input3type = COMPOSITE_VIDEO;\n\n\n// Duplicate or remove sets if you have more or fewer inputs\nvar msg0={};\nvar msg1={};\nvar msg2={};\nvar msg3={};\n\nmsg0.payload = {\n \"Identifier\": 0,\n \"IsConfigured\" : 1,\n \"ConfiguredName\": input0,\n \"InputSourceType\": input0type\n};\nmsg1.payload = {\n \"Identifier\": 1,\n \"IsConfigured\" : 1,\n \"ConfiguredName\": input1,\n \"InputSourceType\": input1type\n};\nmsg2.payload = {\n \"Identifier\": 2,\n \"IsConfigured\" : 1,\n \"ConfiguredName\": input2,\n \"InputSourceType\": input2type\n};\nmsg3.payload = {\n \"Identifier\": 3,\n \"IsConfigured\" : 1,\n \"ConfiguredName\" : input3,\n \"InputSourceType\" : input3type\n};\nreturn [msg0,msg1,msg2,msg3];",
|
|
226
|
+
"outputs": 4,
|
|
227
|
+
"noerr": 0,
|
|
228
|
+
"x": 330,
|
|
229
|
+
"y": 460,
|
|
230
|
+
"wires": [
|
|
231
|
+
["cb312294.a7f498"],
|
|
232
|
+
["28645f7e.68e9b"],
|
|
233
|
+
["3a8efd21.5d57c2"],
|
|
234
|
+
["4c751d1f.e9a014"]
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"id": "56282414.102184",
|
|
239
|
+
"type": "homekit-service",
|
|
240
|
+
"z": "21f36bce.02d864",
|
|
241
|
+
"g": "a98abda4.5784d",
|
|
242
|
+
"isParent": true,
|
|
243
|
+
"bridge": "5257174b.4307a8",
|
|
244
|
+
"parentService": "",
|
|
245
|
+
"name": "Television Example",
|
|
246
|
+
"serviceName": "Television",
|
|
247
|
+
"topic": "",
|
|
248
|
+
"filter": false,
|
|
249
|
+
"manufacturer": "Default Manufacturer",
|
|
250
|
+
"model": "Default Model",
|
|
251
|
+
"serialNo": "Default Serial Number",
|
|
252
|
+
"firmwareRev": "",
|
|
253
|
+
"hardwareRev": "",
|
|
254
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
255
|
+
"cameraConfigSource": "",
|
|
256
|
+
"cameraConfigStillImageSource": "",
|
|
257
|
+
"cameraConfigMaxStreams": 2,
|
|
258
|
+
"cameraConfigMaxWidth": 1280,
|
|
259
|
+
"cameraConfigMaxHeight": 720,
|
|
260
|
+
"cameraConfigMaxFPS": 10,
|
|
261
|
+
"cameraConfigMaxBitrate": 300,
|
|
262
|
+
"cameraConfigVideoCodec": "libx264",
|
|
263
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
264
|
+
"cameraConfigAudio": false,
|
|
265
|
+
"cameraConfigPacketSize": 1316,
|
|
266
|
+
"cameraConfigVerticalFlip": false,
|
|
267
|
+
"cameraConfigHorizontalFlip": false,
|
|
268
|
+
"cameraConfigMapVideo": "0:0",
|
|
269
|
+
"cameraConfigMapAudio": "0:1",
|
|
270
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
271
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
272
|
+
"cameraConfigDebug": false,
|
|
273
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
274
|
+
"cameraConfigInterfaceName": "",
|
|
275
|
+
"characteristicProperties": "{\n \"RemoteKey\":null\n}",
|
|
276
|
+
"outputs": 2,
|
|
277
|
+
"x": 530,
|
|
278
|
+
"y": 140,
|
|
279
|
+
"wires": [[], ["519fe2f2.b4870c"]]
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "f83a84cb.08b19",
|
|
283
|
+
"type": "group",
|
|
284
|
+
"z": "21f36bce.02d864",
|
|
285
|
+
"g": "a98abda4.5784d",
|
|
286
|
+
"name": "Linked services",
|
|
287
|
+
"style": {
|
|
288
|
+
"stroke": "#0070c0",
|
|
289
|
+
"fill": "#bfdbef",
|
|
290
|
+
"label": true
|
|
56
291
|
},
|
|
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
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
"cameraConfigVerticalFlip": false,
|
|
311
|
-
"cameraConfigHorizontalFlip": false,
|
|
312
|
-
"cameraConfigMapVideo": "0:0",
|
|
313
|
-
"cameraConfigMapAudio": "0:1",
|
|
314
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
315
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
316
|
-
"cameraConfigDebug": false,
|
|
317
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
318
|
-
"cameraConfigInterfaceName": "",
|
|
319
|
-
"characteristicProperties": "{\n \"RemoteKey\":null\n}",
|
|
320
|
-
"outputs": 2,
|
|
321
|
-
"x": 530,
|
|
322
|
-
"y": 140,
|
|
323
|
-
"wires": [
|
|
324
|
-
[],
|
|
325
|
-
[
|
|
326
|
-
"519fe2f2.b4870c"
|
|
327
|
-
]
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"id": "f83a84cb.08b19",
|
|
332
|
-
"type": "group",
|
|
333
|
-
"z": "21f36bce.02d864",
|
|
334
|
-
"g": "a98abda4.5784d",
|
|
335
|
-
"name": "Linked services",
|
|
336
|
-
"style": {
|
|
337
|
-
"stroke": "#0070c0",
|
|
338
|
-
"fill": "#bfdbef",
|
|
339
|
-
"label": true
|
|
340
|
-
},
|
|
341
|
-
"nodes": [
|
|
342
|
-
"1b32678b.2eedf",
|
|
343
|
-
"cb312294.a7f498",
|
|
344
|
-
"28645f7e.68e9b",
|
|
345
|
-
"3a8efd21.5d57c2",
|
|
346
|
-
"4c751d1f.e9a014"
|
|
347
|
-
],
|
|
348
|
-
"x": 434,
|
|
349
|
-
"y": 179,
|
|
350
|
-
"w": 232,
|
|
351
|
-
"h": 342
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"id": "1b32678b.2eedf",
|
|
355
|
-
"type": "homekit-service",
|
|
356
|
-
"z": "21f36bce.02d864",
|
|
357
|
-
"g": "f83a84cb.08b19",
|
|
358
|
-
"isParent": false,
|
|
359
|
-
"bridge": "5257174b.4307a8",
|
|
360
|
-
"parentService": "56282414.102184",
|
|
361
|
-
"name": "Television Speaker",
|
|
362
|
-
"serviceName": "TelevisionSpeaker",
|
|
363
|
-
"topic": "Television Example",
|
|
364
|
-
"filter": false,
|
|
365
|
-
"manufacturer": "Default Manufacturer",
|
|
366
|
-
"model": "Default Model",
|
|
367
|
-
"serialNo": "Default Serial Number",
|
|
368
|
-
"firmwareRev": "",
|
|
369
|
-
"hardwareRev": "",
|
|
370
|
-
"cameraConfigVideoProcessor": "ffmpeg",
|
|
371
|
-
"cameraConfigSource": "",
|
|
372
|
-
"cameraConfigStillImageSource": "",
|
|
373
|
-
"cameraConfigMaxStreams": 2,
|
|
374
|
-
"cameraConfigMaxWidth": 1280,
|
|
375
|
-
"cameraConfigMaxHeight": 720,
|
|
376
|
-
"cameraConfigMaxFPS": 10,
|
|
377
|
-
"cameraConfigMaxBitrate": 300,
|
|
378
|
-
"cameraConfigVideoCodec": "libx264",
|
|
379
|
-
"cameraConfigAudioCodec": "libfdk_aac",
|
|
380
|
-
"cameraConfigAudio": false,
|
|
381
|
-
"cameraConfigPacketSize": 1316,
|
|
382
|
-
"cameraConfigVerticalFlip": false,
|
|
383
|
-
"cameraConfigHorizontalFlip": false,
|
|
384
|
-
"cameraConfigMapVideo": "0:0",
|
|
385
|
-
"cameraConfigMapAudio": "0:1",
|
|
386
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
387
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
388
|
-
"cameraConfigDebug": false,
|
|
389
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
390
|
-
"cameraConfigInterfaceName": "",
|
|
391
|
-
"characteristicProperties": "{\n \"VolumeControlType\":1,\n \"VolumeSelector\":true\n}",
|
|
392
|
-
"outputs": 2,
|
|
393
|
-
"x": 550,
|
|
394
|
-
"y": 220,
|
|
395
|
-
"wires": [
|
|
396
|
-
[],
|
|
397
|
-
[
|
|
398
|
-
"5de4624c.b2aeac"
|
|
399
|
-
]
|
|
400
|
-
]
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"id": "cb312294.a7f498",
|
|
404
|
-
"type": "homekit-service",
|
|
405
|
-
"z": "21f36bce.02d864",
|
|
406
|
-
"g": "f83a84cb.08b19",
|
|
407
|
-
"isParent": false,
|
|
408
|
-
"bridge": "",
|
|
409
|
-
"parentService": "56282414.102184",
|
|
410
|
-
"name": "Input 0",
|
|
411
|
-
"serviceName": "InputSource",
|
|
412
|
-
"topic": "Television Example",
|
|
413
|
-
"filter": false,
|
|
414
|
-
"manufacturer": "Default Manufacturer",
|
|
415
|
-
"model": "Default Model",
|
|
416
|
-
"serialNo": "Default Serial Number",
|
|
417
|
-
"firmwareRev": "",
|
|
418
|
-
"hardwareRev": "",
|
|
419
|
-
"cameraConfigVideoProcessor": "ffmpeg",
|
|
420
|
-
"cameraConfigSource": "",
|
|
421
|
-
"cameraConfigStillImageSource": "",
|
|
422
|
-
"cameraConfigMaxStreams": 2,
|
|
423
|
-
"cameraConfigMaxWidth": 1280,
|
|
424
|
-
"cameraConfigMaxHeight": 720,
|
|
425
|
-
"cameraConfigMaxFPS": 10,
|
|
426
|
-
"cameraConfigMaxBitrate": 300,
|
|
427
|
-
"cameraConfigVideoCodec": "libx264",
|
|
428
|
-
"cameraConfigAudioCodec": "libfdk_aac",
|
|
429
|
-
"cameraConfigAudio": false,
|
|
430
|
-
"cameraConfigPacketSize": 1316,
|
|
431
|
-
"cameraConfigVerticalFlip": false,
|
|
432
|
-
"cameraConfigHorizontalFlip": false,
|
|
433
|
-
"cameraConfigMapVideo": "0:0",
|
|
434
|
-
"cameraConfigMapAudio": "0:1",
|
|
435
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
436
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
437
|
-
"cameraConfigDebug": false,
|
|
438
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
439
|
-
"cameraConfigInterfaceName": "",
|
|
440
|
-
"characteristicProperties": "{}",
|
|
441
|
-
"outputs": 2,
|
|
442
|
-
"x": 580,
|
|
443
|
-
"y": 300,
|
|
444
|
-
"wires": [
|
|
445
|
-
[],
|
|
446
|
-
[]
|
|
447
|
-
]
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"id": "28645f7e.68e9b",
|
|
451
|
-
"type": "homekit-service",
|
|
452
|
-
"z": "21f36bce.02d864",
|
|
453
|
-
"g": "f83a84cb.08b19",
|
|
454
|
-
"isParent": false,
|
|
455
|
-
"bridge": "",
|
|
456
|
-
"parentService": "56282414.102184",
|
|
457
|
-
"name": "Input 1",
|
|
458
|
-
"serviceName": "InputSource",
|
|
459
|
-
"topic": "Television Example",
|
|
460
|
-
"filter": false,
|
|
461
|
-
"manufacturer": "Default Manufacturer",
|
|
462
|
-
"model": "Default Model",
|
|
463
|
-
"serialNo": "Default Serial Number",
|
|
464
|
-
"firmwareRev": "",
|
|
465
|
-
"hardwareRev": "",
|
|
466
|
-
"cameraConfigVideoProcessor": "ffmpeg",
|
|
467
|
-
"cameraConfigSource": "",
|
|
468
|
-
"cameraConfigStillImageSource": "",
|
|
469
|
-
"cameraConfigMaxStreams": 2,
|
|
470
|
-
"cameraConfigMaxWidth": 1280,
|
|
471
|
-
"cameraConfigMaxHeight": 720,
|
|
472
|
-
"cameraConfigMaxFPS": 10,
|
|
473
|
-
"cameraConfigMaxBitrate": 300,
|
|
474
|
-
"cameraConfigVideoCodec": "libx264",
|
|
475
|
-
"cameraConfigAudioCodec": "libfdk_aac",
|
|
476
|
-
"cameraConfigAudio": false,
|
|
477
|
-
"cameraConfigPacketSize": 1316,
|
|
478
|
-
"cameraConfigVerticalFlip": false,
|
|
479
|
-
"cameraConfigHorizontalFlip": false,
|
|
480
|
-
"cameraConfigMapVideo": "0:0",
|
|
481
|
-
"cameraConfigMapAudio": "0:1",
|
|
482
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
483
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
484
|
-
"cameraConfigDebug": false,
|
|
485
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
486
|
-
"cameraConfigInterfaceName": "",
|
|
487
|
-
"characteristicProperties": "{}",
|
|
488
|
-
"outputs": 2,
|
|
489
|
-
"x": 580,
|
|
490
|
-
"y": 360,
|
|
491
|
-
"wires": [
|
|
492
|
-
[],
|
|
493
|
-
[]
|
|
494
|
-
]
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"id": "3a8efd21.5d57c2",
|
|
498
|
-
"type": "homekit-service",
|
|
499
|
-
"z": "21f36bce.02d864",
|
|
500
|
-
"g": "f83a84cb.08b19",
|
|
501
|
-
"isParent": false,
|
|
502
|
-
"bridge": "",
|
|
503
|
-
"parentService": "56282414.102184",
|
|
504
|
-
"name": "Input 2",
|
|
505
|
-
"serviceName": "InputSource",
|
|
506
|
-
"topic": "Television Example",
|
|
507
|
-
"filter": false,
|
|
508
|
-
"manufacturer": "Default Manufacturer",
|
|
509
|
-
"model": "Default Model",
|
|
510
|
-
"serialNo": "Default Serial Number",
|
|
511
|
-
"firmwareRev": "",
|
|
512
|
-
"hardwareRev": "",
|
|
513
|
-
"cameraConfigVideoProcessor": "ffmpeg",
|
|
514
|
-
"cameraConfigSource": "",
|
|
515
|
-
"cameraConfigStillImageSource": "",
|
|
516
|
-
"cameraConfigMaxStreams": 2,
|
|
517
|
-
"cameraConfigMaxWidth": 1280,
|
|
518
|
-
"cameraConfigMaxHeight": 720,
|
|
519
|
-
"cameraConfigMaxFPS": 10,
|
|
520
|
-
"cameraConfigMaxBitrate": 300,
|
|
521
|
-
"cameraConfigVideoCodec": "libx264",
|
|
522
|
-
"cameraConfigAudioCodec": "libfdk_aac",
|
|
523
|
-
"cameraConfigAudio": false,
|
|
524
|
-
"cameraConfigPacketSize": 1316,
|
|
525
|
-
"cameraConfigVerticalFlip": false,
|
|
526
|
-
"cameraConfigHorizontalFlip": false,
|
|
527
|
-
"cameraConfigMapVideo": "0:0",
|
|
528
|
-
"cameraConfigMapAudio": "0:1",
|
|
529
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
530
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
531
|
-
"cameraConfigDebug": false,
|
|
532
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
533
|
-
"cameraConfigInterfaceName": "",
|
|
534
|
-
"characteristicProperties": "{}",
|
|
535
|
-
"outputs": 2,
|
|
536
|
-
"x": 580,
|
|
537
|
-
"y": 420,
|
|
538
|
-
"wires": [
|
|
539
|
-
[],
|
|
540
|
-
[]
|
|
541
|
-
]
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"id": "4c751d1f.e9a014",
|
|
545
|
-
"type": "homekit-service",
|
|
546
|
-
"z": "21f36bce.02d864",
|
|
547
|
-
"g": "f83a84cb.08b19",
|
|
548
|
-
"isParent": false,
|
|
549
|
-
"bridge": "",
|
|
550
|
-
"parentService": "56282414.102184",
|
|
551
|
-
"name": "Input 3",
|
|
552
|
-
"serviceName": "InputSource",
|
|
553
|
-
"topic": "Television Example",
|
|
554
|
-
"filter": false,
|
|
555
|
-
"manufacturer": "Default Manufacturer",
|
|
556
|
-
"model": "Default Model",
|
|
557
|
-
"serialNo": "Default Serial Number",
|
|
558
|
-
"firmwareRev": "",
|
|
559
|
-
"hardwareRev": "",
|
|
560
|
-
"cameraConfigVideoProcessor": "ffmpeg",
|
|
561
|
-
"cameraConfigSource": "",
|
|
562
|
-
"cameraConfigStillImageSource": "",
|
|
563
|
-
"cameraConfigMaxStreams": 2,
|
|
564
|
-
"cameraConfigMaxWidth": 1280,
|
|
565
|
-
"cameraConfigMaxHeight": 720,
|
|
566
|
-
"cameraConfigMaxFPS": 10,
|
|
567
|
-
"cameraConfigMaxBitrate": 300,
|
|
568
|
-
"cameraConfigVideoCodec": "libx264",
|
|
569
|
-
"cameraConfigAudioCodec": "libfdk_aac",
|
|
570
|
-
"cameraConfigAudio": false,
|
|
571
|
-
"cameraConfigPacketSize": 1316,
|
|
572
|
-
"cameraConfigVerticalFlip": false,
|
|
573
|
-
"cameraConfigHorizontalFlip": false,
|
|
574
|
-
"cameraConfigMapVideo": "0:0",
|
|
575
|
-
"cameraConfigMapAudio": "0:1",
|
|
576
|
-
"cameraConfigVideoFilter": "scale=1280:720",
|
|
577
|
-
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
578
|
-
"cameraConfigDebug": false,
|
|
579
|
-
"cameraConfigSnapshotOutput": "disabled",
|
|
580
|
-
"cameraConfigInterfaceName": "",
|
|
581
|
-
"characteristicProperties": "{}",
|
|
582
|
-
"outputs": 2,
|
|
583
|
-
"x": 580,
|
|
584
|
-
"y": 480,
|
|
585
|
-
"wires": [
|
|
586
|
-
[],
|
|
587
|
-
[]
|
|
588
|
-
]
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"id": "5257174b.4307a8",
|
|
592
|
-
"type": "homekit-bridge",
|
|
593
|
-
"z": "",
|
|
594
|
-
"bridgeName": "Demo TV",
|
|
595
|
-
"pinCode": "111-11-111",
|
|
596
|
-
"port": "",
|
|
597
|
-
"allowInsecureRequest": false,
|
|
598
|
-
"manufacturer": "NRCHKB",
|
|
599
|
-
"model": "Demo",
|
|
600
|
-
"serialNo": "1.1.2",
|
|
601
|
-
"customMdnsConfig": false,
|
|
602
|
-
"mdnsMulticast": true,
|
|
603
|
-
"mdnsInterface": "",
|
|
604
|
-
"mdnsPort": "",
|
|
605
|
-
"mdnsIp": "",
|
|
606
|
-
"mdnsTtl": "",
|
|
607
|
-
"mdnsLoopback": true,
|
|
608
|
-
"mdnsReuseAddr": true,
|
|
609
|
-
"allowMessagePassthrough": false
|
|
610
|
-
}
|
|
292
|
+
"nodes": [
|
|
293
|
+
"1b32678b.2eedf",
|
|
294
|
+
"cb312294.a7f498",
|
|
295
|
+
"28645f7e.68e9b",
|
|
296
|
+
"3a8efd21.5d57c2",
|
|
297
|
+
"4c751d1f.e9a014"
|
|
298
|
+
],
|
|
299
|
+
"x": 434,
|
|
300
|
+
"y": 179,
|
|
301
|
+
"w": 232,
|
|
302
|
+
"h": 342
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "1b32678b.2eedf",
|
|
306
|
+
"type": "homekit-service",
|
|
307
|
+
"z": "21f36bce.02d864",
|
|
308
|
+
"g": "f83a84cb.08b19",
|
|
309
|
+
"isParent": false,
|
|
310
|
+
"bridge": "5257174b.4307a8",
|
|
311
|
+
"parentService": "56282414.102184",
|
|
312
|
+
"name": "Television Speaker",
|
|
313
|
+
"serviceName": "TelevisionSpeaker",
|
|
314
|
+
"topic": "Television Example",
|
|
315
|
+
"filter": false,
|
|
316
|
+
"manufacturer": "Default Manufacturer",
|
|
317
|
+
"model": "Default Model",
|
|
318
|
+
"serialNo": "Default Serial Number",
|
|
319
|
+
"firmwareRev": "",
|
|
320
|
+
"hardwareRev": "",
|
|
321
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
322
|
+
"cameraConfigSource": "",
|
|
323
|
+
"cameraConfigStillImageSource": "",
|
|
324
|
+
"cameraConfigMaxStreams": 2,
|
|
325
|
+
"cameraConfigMaxWidth": 1280,
|
|
326
|
+
"cameraConfigMaxHeight": 720,
|
|
327
|
+
"cameraConfigMaxFPS": 10,
|
|
328
|
+
"cameraConfigMaxBitrate": 300,
|
|
329
|
+
"cameraConfigVideoCodec": "libx264",
|
|
330
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
331
|
+
"cameraConfigAudio": false,
|
|
332
|
+
"cameraConfigPacketSize": 1316,
|
|
333
|
+
"cameraConfigVerticalFlip": false,
|
|
334
|
+
"cameraConfigHorizontalFlip": false,
|
|
335
|
+
"cameraConfigMapVideo": "0:0",
|
|
336
|
+
"cameraConfigMapAudio": "0:1",
|
|
337
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
338
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
339
|
+
"cameraConfigDebug": false,
|
|
340
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
341
|
+
"cameraConfigInterfaceName": "",
|
|
342
|
+
"characteristicProperties": "{\n \"VolumeControlType\":1,\n \"VolumeSelector\":true\n}",
|
|
343
|
+
"outputs": 2,
|
|
344
|
+
"x": 550,
|
|
345
|
+
"y": 220,
|
|
346
|
+
"wires": [[], ["5de4624c.b2aeac"]]
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"id": "cb312294.a7f498",
|
|
350
|
+
"type": "homekit-service",
|
|
351
|
+
"z": "21f36bce.02d864",
|
|
352
|
+
"g": "f83a84cb.08b19",
|
|
353
|
+
"isParent": false,
|
|
354
|
+
"bridge": "",
|
|
355
|
+
"parentService": "56282414.102184",
|
|
356
|
+
"name": "Input 0",
|
|
357
|
+
"serviceName": "InputSource",
|
|
358
|
+
"topic": "Television Example",
|
|
359
|
+
"filter": false,
|
|
360
|
+
"manufacturer": "Default Manufacturer",
|
|
361
|
+
"model": "Default Model",
|
|
362
|
+
"serialNo": "Default Serial Number",
|
|
363
|
+
"firmwareRev": "",
|
|
364
|
+
"hardwareRev": "",
|
|
365
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
366
|
+
"cameraConfigSource": "",
|
|
367
|
+
"cameraConfigStillImageSource": "",
|
|
368
|
+
"cameraConfigMaxStreams": 2,
|
|
369
|
+
"cameraConfigMaxWidth": 1280,
|
|
370
|
+
"cameraConfigMaxHeight": 720,
|
|
371
|
+
"cameraConfigMaxFPS": 10,
|
|
372
|
+
"cameraConfigMaxBitrate": 300,
|
|
373
|
+
"cameraConfigVideoCodec": "libx264",
|
|
374
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
375
|
+
"cameraConfigAudio": false,
|
|
376
|
+
"cameraConfigPacketSize": 1316,
|
|
377
|
+
"cameraConfigVerticalFlip": false,
|
|
378
|
+
"cameraConfigHorizontalFlip": false,
|
|
379
|
+
"cameraConfigMapVideo": "0:0",
|
|
380
|
+
"cameraConfigMapAudio": "0:1",
|
|
381
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
382
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
383
|
+
"cameraConfigDebug": false,
|
|
384
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
385
|
+
"cameraConfigInterfaceName": "",
|
|
386
|
+
"characteristicProperties": "{}",
|
|
387
|
+
"outputs": 2,
|
|
388
|
+
"x": 580,
|
|
389
|
+
"y": 300,
|
|
390
|
+
"wires": [[], []]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "28645f7e.68e9b",
|
|
394
|
+
"type": "homekit-service",
|
|
395
|
+
"z": "21f36bce.02d864",
|
|
396
|
+
"g": "f83a84cb.08b19",
|
|
397
|
+
"isParent": false,
|
|
398
|
+
"bridge": "",
|
|
399
|
+
"parentService": "56282414.102184",
|
|
400
|
+
"name": "Input 1",
|
|
401
|
+
"serviceName": "InputSource",
|
|
402
|
+
"topic": "Television Example",
|
|
403
|
+
"filter": false,
|
|
404
|
+
"manufacturer": "Default Manufacturer",
|
|
405
|
+
"model": "Default Model",
|
|
406
|
+
"serialNo": "Default Serial Number",
|
|
407
|
+
"firmwareRev": "",
|
|
408
|
+
"hardwareRev": "",
|
|
409
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
410
|
+
"cameraConfigSource": "",
|
|
411
|
+
"cameraConfigStillImageSource": "",
|
|
412
|
+
"cameraConfigMaxStreams": 2,
|
|
413
|
+
"cameraConfigMaxWidth": 1280,
|
|
414
|
+
"cameraConfigMaxHeight": 720,
|
|
415
|
+
"cameraConfigMaxFPS": 10,
|
|
416
|
+
"cameraConfigMaxBitrate": 300,
|
|
417
|
+
"cameraConfigVideoCodec": "libx264",
|
|
418
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
419
|
+
"cameraConfigAudio": false,
|
|
420
|
+
"cameraConfigPacketSize": 1316,
|
|
421
|
+
"cameraConfigVerticalFlip": false,
|
|
422
|
+
"cameraConfigHorizontalFlip": false,
|
|
423
|
+
"cameraConfigMapVideo": "0:0",
|
|
424
|
+
"cameraConfigMapAudio": "0:1",
|
|
425
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
426
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
427
|
+
"cameraConfigDebug": false,
|
|
428
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
429
|
+
"cameraConfigInterfaceName": "",
|
|
430
|
+
"characteristicProperties": "{}",
|
|
431
|
+
"outputs": 2,
|
|
432
|
+
"x": 580,
|
|
433
|
+
"y": 360,
|
|
434
|
+
"wires": [[], []]
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"id": "3a8efd21.5d57c2",
|
|
438
|
+
"type": "homekit-service",
|
|
439
|
+
"z": "21f36bce.02d864",
|
|
440
|
+
"g": "f83a84cb.08b19",
|
|
441
|
+
"isParent": false,
|
|
442
|
+
"bridge": "",
|
|
443
|
+
"parentService": "56282414.102184",
|
|
444
|
+
"name": "Input 2",
|
|
445
|
+
"serviceName": "InputSource",
|
|
446
|
+
"topic": "Television Example",
|
|
447
|
+
"filter": false,
|
|
448
|
+
"manufacturer": "Default Manufacturer",
|
|
449
|
+
"model": "Default Model",
|
|
450
|
+
"serialNo": "Default Serial Number",
|
|
451
|
+
"firmwareRev": "",
|
|
452
|
+
"hardwareRev": "",
|
|
453
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
454
|
+
"cameraConfigSource": "",
|
|
455
|
+
"cameraConfigStillImageSource": "",
|
|
456
|
+
"cameraConfigMaxStreams": 2,
|
|
457
|
+
"cameraConfigMaxWidth": 1280,
|
|
458
|
+
"cameraConfigMaxHeight": 720,
|
|
459
|
+
"cameraConfigMaxFPS": 10,
|
|
460
|
+
"cameraConfigMaxBitrate": 300,
|
|
461
|
+
"cameraConfigVideoCodec": "libx264",
|
|
462
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
463
|
+
"cameraConfigAudio": false,
|
|
464
|
+
"cameraConfigPacketSize": 1316,
|
|
465
|
+
"cameraConfigVerticalFlip": false,
|
|
466
|
+
"cameraConfigHorizontalFlip": false,
|
|
467
|
+
"cameraConfigMapVideo": "0:0",
|
|
468
|
+
"cameraConfigMapAudio": "0:1",
|
|
469
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
470
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
471
|
+
"cameraConfigDebug": false,
|
|
472
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
473
|
+
"cameraConfigInterfaceName": "",
|
|
474
|
+
"characteristicProperties": "{}",
|
|
475
|
+
"outputs": 2,
|
|
476
|
+
"x": 580,
|
|
477
|
+
"y": 420,
|
|
478
|
+
"wires": [[], []]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"id": "4c751d1f.e9a014",
|
|
482
|
+
"type": "homekit-service",
|
|
483
|
+
"z": "21f36bce.02d864",
|
|
484
|
+
"g": "f83a84cb.08b19",
|
|
485
|
+
"isParent": false,
|
|
486
|
+
"bridge": "",
|
|
487
|
+
"parentService": "56282414.102184",
|
|
488
|
+
"name": "Input 3",
|
|
489
|
+
"serviceName": "InputSource",
|
|
490
|
+
"topic": "Television Example",
|
|
491
|
+
"filter": false,
|
|
492
|
+
"manufacturer": "Default Manufacturer",
|
|
493
|
+
"model": "Default Model",
|
|
494
|
+
"serialNo": "Default Serial Number",
|
|
495
|
+
"firmwareRev": "",
|
|
496
|
+
"hardwareRev": "",
|
|
497
|
+
"cameraConfigVideoProcessor": "ffmpeg",
|
|
498
|
+
"cameraConfigSource": "",
|
|
499
|
+
"cameraConfigStillImageSource": "",
|
|
500
|
+
"cameraConfigMaxStreams": 2,
|
|
501
|
+
"cameraConfigMaxWidth": 1280,
|
|
502
|
+
"cameraConfigMaxHeight": 720,
|
|
503
|
+
"cameraConfigMaxFPS": 10,
|
|
504
|
+
"cameraConfigMaxBitrate": 300,
|
|
505
|
+
"cameraConfigVideoCodec": "libx264",
|
|
506
|
+
"cameraConfigAudioCodec": "libfdk_aac",
|
|
507
|
+
"cameraConfigAudio": false,
|
|
508
|
+
"cameraConfigPacketSize": 1316,
|
|
509
|
+
"cameraConfigVerticalFlip": false,
|
|
510
|
+
"cameraConfigHorizontalFlip": false,
|
|
511
|
+
"cameraConfigMapVideo": "0:0",
|
|
512
|
+
"cameraConfigMapAudio": "0:1",
|
|
513
|
+
"cameraConfigVideoFilter": "scale=1280:720",
|
|
514
|
+
"cameraConfigAdditionalCommandLine": "-tune zerolatency",
|
|
515
|
+
"cameraConfigDebug": false,
|
|
516
|
+
"cameraConfigSnapshotOutput": "disabled",
|
|
517
|
+
"cameraConfigInterfaceName": "",
|
|
518
|
+
"characteristicProperties": "{}",
|
|
519
|
+
"outputs": 2,
|
|
520
|
+
"x": 580,
|
|
521
|
+
"y": 480,
|
|
522
|
+
"wires": [[], []]
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": "5257174b.4307a8",
|
|
526
|
+
"type": "homekit-bridge",
|
|
527
|
+
"z": "",
|
|
528
|
+
"bridgeName": "Demo TV",
|
|
529
|
+
"pinCode": "111-11-111",
|
|
530
|
+
"port": "",
|
|
531
|
+
"allowInsecureRequest": false,
|
|
532
|
+
"manufacturer": "NRCHKB",
|
|
533
|
+
"model": "Demo",
|
|
534
|
+
"serialNo": "1.1.2",
|
|
535
|
+
"customMdnsConfig": false,
|
|
536
|
+
"mdnsMulticast": true,
|
|
537
|
+
"mdnsInterface": "",
|
|
538
|
+
"mdnsPort": "",
|
|
539
|
+
"mdnsIp": "",
|
|
540
|
+
"mdnsTtl": "",
|
|
541
|
+
"mdnsLoopback": true,
|
|
542
|
+
"mdnsReuseAddr": true,
|
|
543
|
+
"allowMessagePassthrough": false
|
|
544
|
+
}
|
|
611
545
|
]
|