Use @kirovilya zigbee-shepherd fork. #17

This commit is contained in:
Koenkk
2018-05-08 20:46:52 +02:00
parent beb2c5efb0
commit 8436768dc0
2 changed files with 40 additions and 19 deletions
+39 -17
View File
@@ -2761,21 +2761,32 @@
}
},
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz",
"integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
},
"zcl-packet": {
"version": "git+https://github.com/koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456",
"version": "git+https://github.com/Koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456",
"requires": {
"concentrate": "0.2.3",
"dissolve-chunks": "1.3.0",
"enum": "2.5.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"ziee": {
@@ -2785,12 +2796,21 @@
"requires": {
"busyman": "0.3.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"zigbee-shepherd": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/zigbee-shepherd/-/zigbee-shepherd-0.3.0.tgz",
"integrity": "sha1-RuuAnjOUEYZN9421OwHUkc9XOZ0=",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#65101146c480aa8f1ddb58046327e2a9a495cf04",
"requires": {
"areq": "0.2.0",
"busyman": "0.3.0",
@@ -2800,7 +2820,7 @@
"proving": "0.1.0",
"q": "1.5.1",
"zcl-id": "0.3.2",
"zcl-packet": "git+https://github.com/koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#a2b39c1b5239317bf8cd58ebf665319a5c039456",
"ziee": "0.3.0",
"zive": "0.2.2",
"zstack-constants": "0.2.0"
@@ -2813,15 +2833,6 @@
"requires": {
"ms": "2.0.0"
}
},
"zcl-id": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.3.2.tgz",
"integrity": "sha1-O6v7HsvMgpujuy6/gyf2iQIxDsI=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
@@ -2832,6 +2843,17 @@
"requires": {
"busyman": "0.3.0",
"zcl-id": "0.2.0"
},
"dependencies": {
"zcl-id": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/zcl-id/-/zcl-id-0.2.0.tgz",
"integrity": "sha1-E5nV5ba6SbZtDVpQYgCGXTcRfo0=",
"requires": {
"busyman": "0.3.0",
"enum": "2.5.0"
}
}
}
},
"zstack-constants": {
+1 -2
View File
@@ -30,8 +30,7 @@
"debug": "*",
"mqtt": "*",
"winston": "*",
"zigbee-shepherd": "*",
"zcl-packet": "git+https://github.com/koenkk/zcl-packet.git",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git",
"json2yaml": "*",
"yawn-yaml": "*"
},