mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-shepherd-converters to 9.0.15.
This commit is contained in:
@@ -698,6 +698,10 @@ const mapping = {
|
||||
'ZigUP': [configurations.switch],
|
||||
'YRD256HA20BP': [configurations.sensor_battery, configurations.lock],
|
||||
'SZ-ESW01-AU': [configurations.sensor_power, configurations.switch],
|
||||
'PSM-29ZBSR': [configurations.switch],
|
||||
'ZM350STW1TCF': [configurations.light_brightness_colortemp],
|
||||
'M350STW1': [configurations.light_brightness],
|
||||
'A806S-Q1R': [configurations.light_brightness],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -7017,9 +7017,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "9.0.14",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.14.tgz",
|
||||
"integrity": "sha512-YNhwLmdaXdr2FclFXybL0nmGiF/+st/h1+Ei2FfqtzUCYq59807qE/bpqwIPMZ99dAAWVcKJVeFHLPAhM3mFIQ==",
|
||||
"version": "9.0.15",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.15.tgz",
|
||||
"integrity": "sha512-w9idnyF7KpMxGV65DDnuU5wozctUQASEtOA0pZVPZ5gAz3dGiCUUX2ndvX29By5VjNsMyCgXUx6jwCBJ5WSfNQ==",
|
||||
"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#f6dc5b4469a87c90007dfc9f0d329cdb01d35072",
|
||||
"zigbee-shepherd-converters": "9.0.14",
|
||||
"zigbee-shepherd-converters": "9.0.15",
|
||||
"deep-diff": "*",
|
||||
"zive": "*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user