mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-14 15:48:53 +00:00
Use @kirovilya zigbee-shepherd fork. #17
This commit is contained in:
Generated
+39
-17
@@ -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
@@ -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": "*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user