node-red-contrib-homebridge-automation 0.2.2-beta.1 → 0.2.2-beta.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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node-red": {
|
|
3
3
|
"name": "node-red",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.9",
|
|
5
5
|
"local": false,
|
|
6
6
|
"user": false,
|
|
7
7
|
"nodes": {
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"node-red-contrib-homebridge-automation": {
|
|
431
431
|
"name": "node-red-contrib-homebridge-automation",
|
|
432
432
|
"version": "0.2.1",
|
|
433
|
-
"local":
|
|
433
|
+
"local": true,
|
|
434
434
|
"user": false,
|
|
435
435
|
"nodes": {
|
|
436
436
|
"HAP-NodeRed": {
|
|
@@ -443,10 +443,10 @@
|
|
|
443
443
|
"hb-control"
|
|
444
444
|
],
|
|
445
445
|
"enabled": true,
|
|
446
|
-
"local":
|
|
446
|
+
"local": true,
|
|
447
447
|
"user": false,
|
|
448
448
|
"module": "node-red-contrib-homebridge-automation",
|
|
449
|
-
"file": "/Users/sgracey/
|
|
449
|
+
"file": "/Users/sgracey/Code/node-red-contrib-homebridge-automation/test/node-red/node_modules/node-red-contrib-homebridge-automation/src/HAP-NodeRed.js"
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
}
|
package/test/node-red/flows.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"id": "efb3c9c5f6bdfd6c",
|
|
28
28
|
"type": "tab",
|
|
29
29
|
"label": "Flow 4",
|
|
30
|
-
"disabled":
|
|
30
|
+
"disabled": true,
|
|
31
31
|
"info": "",
|
|
32
32
|
"env": []
|
|
33
33
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"id": "4138921fd7b9a926",
|
|
36
36
|
"type": "tab",
|
|
37
37
|
"label": "Flow 5",
|
|
38
|
-
"disabled":
|
|
38
|
+
"disabled": true,
|
|
39
39
|
"info": "",
|
|
40
40
|
"env": []
|
|
41
41
|
},
|
|
@@ -1029,9 +1029,7 @@
|
|
|
1029
1029
|
"type": "link out",
|
|
1030
1030
|
"z": "75c3fcfcb21ddc3a",
|
|
1031
1031
|
"name": "",
|
|
1032
|
-
"links": [
|
|
1033
|
-
"3ed56a82.4d210e"
|
|
1034
|
-
],
|
|
1032
|
+
"links": [],
|
|
1035
1033
|
"x": 1135,
|
|
1036
1034
|
"y": 320,
|
|
1037
1035
|
"wires": []
|