mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-28 22:39:52 +00:00
Update zigbee-shepherd-converters.
This commit is contained in:
@@ -893,6 +893,11 @@ const mapping = {
|
||||
'9290018187B': [configurations.light_brightness_colortemp_colorxy],
|
||||
'1741830P7': [configurations.light_brightness_colortemp_colorxy],
|
||||
'Z3-1BRL': [configurations.sensor_action, configurations.sensor_brightness],
|
||||
'HSIO18008': [configurations.binary_sensor_gas, configurations.binary_sensor_battery_low],
|
||||
'LED1842G3': [configurations.light_brightness],
|
||||
'SR-ZG9001K4-DIM2': [configurations.sensor_battery, configurations.sensor_click],
|
||||
'ICZB-IW11SW': [configurations.switch],
|
||||
'HV-GUCXZB5': [configurations.light_brightness_colortemp],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -12291,9 +12291,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "11.0.9",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.0.9.tgz",
|
||||
"integrity": "sha512-kkRh+dus2c4y9MrwEs2UZdsOjQ6J2H7TPCbkTT4PyQIha+2y6EW7GZ+pG/tRzooBzVy7lEqxEGqSNrpjNE3+RQ==",
|
||||
"version": "11.0.10",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.0.10.tgz",
|
||||
"integrity": "sha512-ENNqj5crUHvLCV3AJ/Azqn/+nZ+uqEvKmJ1x0LV9+Cv1X/7hdzhoKYC/HGrr9DLpuh1TavvP4VHU5COpUTZJRg==",
|
||||
"requires": {
|
||||
"debounce": "^1.2.0"
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
"semver": "*",
|
||||
"winston": "2.4.2",
|
||||
"zigbee-herdsman": "0.6.9",
|
||||
"zigbee-herdsman-converters": "11.0.9"
|
||||
"zigbee-herdsman-converters": "11.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user