mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -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],
|
'PM-C140-ZB': [cfg.sensor_power, cfg.switch],
|
||||||
'ptvo.switch': [
|
'ptvo.switch': [
|
||||||
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
|
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': [
|
'DIYRuZ_R4_5': [
|
||||||
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
|
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
|
||||||
@ -915,6 +915,12 @@ const mapping = {
|
|||||||
'929002240401': [cfg.switch],
|
'929002240401': [cfg.switch],
|
||||||
'HGZB-20-UK': [cfg.switch],
|
'HGZB-20-UK': [cfg.switch],
|
||||||
'MCT-340 SMA': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
|
'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) => {
|
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": "*",
|
"semver": "*",
|
||||||
"winston": "*",
|
"winston": "*",
|
||||||
"zigbee-herdsman": "0.9.0",
|
"zigbee-herdsman": "0.9.0",
|
||||||
"zigbee-herdsman-converters": "11.1.21"
|
"zigbee-herdsman-converters": "11.1.22"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "*",
|
"eslint": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user