Update converters.

This commit is contained in:
Koen Kanters
2020-04-23 22:36:17 +02:00
parent f0f7905782
commit 63ecc1501d
3 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -1082,7 +1082,7 @@ const mapping = {
'GL-S-004Z': [cfg.light_brightness_colortemp],
'SCM-5ZBS': [cfg.cover_position],
'YRD226HA2619': [cfg.sensor_battery, cfg.lock],
'YMF40': [cfg.lock, cfg.sensor_battery],
'YMF40/YDM4109+': [cfg.lock, cfg.sensor_battery],
'V3-BTZB': [cfg.lock],
'3RSS008Z': [cfg.switch, cfg.sensor_battery],
'3RSS007Z': [cfg.switch],
@@ -1558,11 +1558,12 @@ const mapping = {
'MCLH-05': [cfg.binary_sensor_occupancy, cfg.sensor_battery],
'5045148P7': [cfg.light_brightness_colortemp_colorxy],
'GL-FL-006TZ': [cfg.light_brightness_colortemp_colorxy],
'YDM4109+': [cfg.lock, cfg.sensor_battery],
'5AA-SS-ZA-H0': [cfg.binary_sensor_occupancy, cfg.sensor_illuminance, cfg.sensor_illuminance_lux],
'MOSZB-130': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'AU-A1ZBRC': [cfg.sensor_action, cfg.sensor_battery],
'AU-A1ZBPIRS': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'TS0121': [cfg.switch],
'ZK03840': [thermostat()],
};
/**
+6 -6
View File
@@ -5600,9 +5600,9 @@
"dev": true
},
"resolve": {
"version": "1.16.1",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.16.1.tgz",
"integrity": "sha512-rmAglCSqWWMrrBv/XM6sW0NuRFiKViw/W4d9EbC4pt+49H8JwHy+mcGmALTEg504AUDcLTvb1T2q3E9AnmY+ig==",
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
"integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
"dev": true,
"requires": {
"path-parse": "^1.0.6"
@@ -15145,9 +15145,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.78",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.78.tgz",
"integrity": "sha512-/d1yl9oYRqBqQuZebnWFEcdsT1pREwdyDIHpzq12sDE8hOgmao/sckr7tQ8ALHo9E2hykBx/wxGvfALYybExtA==",
"version": "12.0.79",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.79.tgz",
"integrity": "sha512-FcvUqOW/JYPfNqcMVJGKTWh66sn36cqvX/jhBEZ5PTqzQrNGORQHJeIb1u4k9v3F2G8AszPo9CxoXZW8QFrZeg==",
"requires": {
"axios": "*",
"tar-stream": "*"
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.83",
"zigbee-herdsman-converters": "12.0.78"
"zigbee-herdsman-converters": "12.0.79"
},
"devDependencies": {
"eslint": "*",