mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-11 14:18:50 +00:00
Update dependencies
This commit is contained in:
@@ -299,6 +299,7 @@ const mapping = {
|
||||
'AC03845': [configurations.light_brightness_colortemp_xy],
|
||||
'AC03641': [configurations.light_brightness],
|
||||
'FB56+ZSW05HG1.2': [configurations.switch],
|
||||
'72922-A': [configurations.switch],
|
||||
};
|
||||
|
||||
// A map of all discoverd devices
|
||||
|
||||
Generated
+4
-4
@@ -2838,7 +2838,7 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd": {
|
||||
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075",
|
||||
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#de6e6f746fcb71987849a4146a90a5715cd718f8",
|
||||
"requires": {
|
||||
"areq": "0.2.0",
|
||||
"busyman": "0.3.0",
|
||||
@@ -2866,9 +2866,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "2.0.35",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.35.tgz",
|
||||
"integrity": "sha512-vTgTGXEIIUAQox6WAtkYjTgmCs8jsrtgWGbTRy9PKBue13Jf+1U5K+HZlaqyILE6ye3omWG2Wqr0WlUjA11svw==",
|
||||
"version": "2.0.36",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.36.tgz",
|
||||
"integrity": "sha512-69Bc1W35NJjwvAIHP1n+lT6vVbQbihvZ6fX7DysV+GQAynIcRGYvsBMRZSuStCXOMOT7Q5NkFqTgcV420WakVg==",
|
||||
"requires": {
|
||||
"debounce": "1.1.0"
|
||||
},
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
"object-assign-deep": "*",
|
||||
"mqtt": "*",
|
||||
"winston": "2.4.2",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#de6e6f746fcb71987849a4146a90a5715cd718f8",
|
||||
"zigbee-shepherd-converters": "*",
|
||||
"json2yaml": "*",
|
||||
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861",
|
||||
|
||||
Reference in New Issue
Block a user