Update converters.

This commit is contained in:
Koen Kanters
2020-04-13 11:40:43 +02:00
parent 121eaf3dcb
commit 5c3cd99288
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -1539,6 +1539,8 @@ const mapping = {
],
'WXKG07LM': [cfg.sensor_action, cfg.sensor_battery],
'MCLH-03': [cfg.switch, cfg.sensor_voltage, cfg.sensor_power, cfg.sensor_current],
'752189': [cfg.sensor_action, cfg.sensor_battery],
'676-00301024955Z': [cfg.light_brightness],
};
/**
+3 -3
View File
@@ -14996,9 +14996,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.73",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.73.tgz",
"integrity": "sha512-5XyZGzchtcdkLeOktMmb7z/m1gQFYN0WyLlBPHR+r5C42A2HJ8f+tr8DiKaLMUCOHPOhT5D3DyE0Ryb6nK3pdg==",
"version": "12.0.74",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.74.tgz",
"integrity": "sha512-bQXEbCN9THlgeOjKM7IteOxVkl1vo/ho+9iTuZx98AferjF+l3zhDyEPGT6W8Ebh1KjECY2l+hkVyHewjxvPlA==",
"requires": {
"axios": "*",
"tar-stream": "*"
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.81",
"zigbee-herdsman-converters": "12.0.73"
"zigbee-herdsman-converters": "12.0.74"
},
"devDependencies": {
"eslint": "*",