Update converters.

This commit is contained in:
Koen Kanters 2019-12-15 16:37:00 +01:00
parent 0b9997b7a5
commit f64bf16f6f
3 changed files with 5 additions and 5 deletions

View File

@ -589,7 +589,7 @@ const mapping = {
'900008-WW': [cfg.light_brightness],
'Mega23M12': [cfg.light_brightness_colortemp_colorxy],
'PSS-23ZBS': [cfg.switch],
'HS1SA': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low],
'HS1SA-M': [cfg.binary_sensor_smoke, cfg.binary_sensor_battery_low],
'Z01-A19NAE26': [cfg.light_brightness_colortemp],
'Z01-A60EAE27': [cfg.light_brightness_colortemp],
'AC01353010G': [cfg.binary_sensor_occupancy, cfg.sensor_temperature, cfg.binary_sensor_battery_low],

6
npm-shrinkwrap.json generated
View File

@ -12803,9 +12803,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.59",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.59.tgz",
"integrity": "sha512-/AuCBSnxGJw6Pndg+nIAbt4sxjCvKRNrX2erfoYUiFrZonQZ3qwXjcOLKRSjItw4HzkT+mo82CMk0T4k1f8WEQ=="
"version": "11.1.61",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.61.tgz",
"integrity": "sha512-lO88v71HboUvTDyX1j7mZybnsYEzwa8hBFLGjtEEyEdVLI1gIWcUrv2vhFLgA3wSxWdsneprsRwWIIJAz/K3+A=="
}
}
}

View File

@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.19",
"zigbee-herdsman-converters": "11.1.59"
"zigbee-herdsman-converters": "11.1.61"
},
"devDependencies": {
"eslint": "*",