mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-shepherd-converters to 9.0.12.
This commit is contained in:
@@ -694,6 +694,7 @@ const mapping = {
|
||||
'74580': [configurations.light_brightness],
|
||||
'MCT-340 E': [configurations.binary_sensor_contact],
|
||||
'D1542': [configurations.light_brightness_colortemp],
|
||||
'ZGRC-KEY-013': [configurations.sensor_click],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -7017,9 +7017,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "9.0.11",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.11.tgz",
|
||||
"integrity": "sha512-tgrpIB3NGTNvZPEUx1SRZiR0anhbDKWBgh3p4TuE1ow4K9ygfj5g99jvz1sGXWz2ZU9CJVgMOTd5L7PM4ps1tQ==",
|
||||
"version": "9.0.12",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.12.tgz",
|
||||
"integrity": "sha512-0l7uViqDPsHUf+o7GnhsIl0YVfC5nuIXRFudp5yojXCVszQKB5FjwZd7VuzTh2zrQPt4uHO45gV26uowH4wdUQ==",
|
||||
"requires": {
|
||||
"chai": "*",
|
||||
"debounce": "*",
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e",
|
||||
"zigbee-shepherd-converters": "9.0.11",
|
||||
"zigbee-shepherd-converters": "9.0.12",
|
||||
"deep-diff": "*",
|
||||
"zive": "*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user