mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Update zigbee-herdsman-converters.
This commit is contained in:
parent
dcebba857b
commit
6e6305253e
@ -857,7 +857,7 @@ const mapping = {
|
||||
'PM-C140-ZB': [cfg.sensor_power, cfg.switch],
|
||||
'ptvo.switch': [
|
||||
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
|
||||
switchWithPostfix('top_right'), switchWithPostfix('center'),
|
||||
switchWithPostfix('top_right'), switchWithPostfix('center'), cfg.sensor_click,
|
||||
],
|
||||
'DIYRuZ_R4_5': [
|
||||
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
|
||||
@ -915,6 +915,12 @@ const mapping = {
|
||||
'929002240401': [cfg.switch],
|
||||
'HGZB-20-UK': [cfg.switch],
|
||||
'MCT-340 SMA': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'PTAPT-WH02': [cfg.switch],
|
||||
'929001953301': [cfg.light_brightness_colortemp],
|
||||
'DIYRuZ_magnet': [cfg.binary_sensor_contact, cfg.sensor_battery],
|
||||
'ZLED-TUNE9': [cfg.light_brightness_colortemp],
|
||||
'XHS2-SE': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
||||
'4000116784070': [cfg.switch],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
405
npm-shrinkwrap.json
generated
405
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -46,7 +46,7 @@
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.9.0",
|
||||
"zigbee-herdsman-converters": "11.1.21"
|
||||
"zigbee-herdsman-converters": "11.1.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user