mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-29 07:08:56 +00:00
Update zigbee-shepherd-converters.
This commit is contained in:
@@ -899,6 +899,7 @@ const mapping = {
|
||||
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'6717-84': [cfg.switch],
|
||||
'ICZB-KPD18S': [cfg.sensor_click],
|
||||
'100.469.65': [cfg.light_brightness_colortemp],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+267
-135
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -46,7 +46,7 @@
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.7.0",
|
||||
"zigbee-herdsman-converters": "11.1.5"
|
||||
"zigbee-herdsman-converters": "11.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user