mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-17 09:01:53 +00:00
Update converters. https://github.com/Koenkk/zigbee2mqtt/issues/2921
This commit is contained in:
@@ -1039,7 +1039,7 @@ const mapping = {
|
||||
'2AJZ4KPBS': [cfg.sensor_battery, cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
|
||||
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'6717-84': [cfg.switch],
|
||||
'ICZB-KPD18S': [cfg.sensor_click, cfg.sensor_battery],
|
||||
'ICZB-KPD18S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
|
||||
'100.469.65': [cfg.light_brightness_colortemp],
|
||||
'E1757': [cfg.cover_position, cfg.sensor_battery],
|
||||
'E1926': [cfg.cover_position, cfg.sensor_battery],
|
||||
@@ -1236,6 +1236,7 @@ const mapping = {
|
||||
'TERNCY-SD01': [cfg.sensor_click, cfg.sensor_battery],
|
||||
'07048L': [cfg.switch, cfg.sensor_power],
|
||||
'ICZB-KPD14S': [cfg.sensor_battery, cfg.sensor_click, cfg.sensor_action],
|
||||
'73743': [cfg.sensor_action, cfg.sensor_battery],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -14744,9 +14744,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "12.0.27",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.27.tgz",
|
||||
"integrity": "sha512-ICdzFP/uSSTL7e3sjGb6V1owTFGh3Fio7Fr8sv3BfF/kLl8oT3zAOzvPk1HH9O+hPtKecLRpFBQZE5/rl1wUoA==",
|
||||
"version": "12.0.28",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.28.tgz",
|
||||
"integrity": "sha512-Ab/fL3DhvgogCBmKfVP4i5zj3+iMx9Cb59w2v0zAMJBZP/rfYg31+PzBbkPLrJCsWX+2aexsla1LaiKYQzV4iw==",
|
||||
"requires": {
|
||||
"axios": "*",
|
||||
"tar-stream": "*"
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.12.55",
|
||||
"zigbee-herdsman-converters": "12.0.27"
|
||||
"zigbee-herdsman-converters": "12.0.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user