Update converters

This commit is contained in:
Koen Kanters
2020-06-29 17:01:45 +02:00
parent 715e20477d
commit a391f7dcf9
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -1743,6 +1743,9 @@ const mapping = {
'929002039801': [cfg.light_brightness],
'DM2500ZB': [cfg.light_brightness],
'99100-006': [cfg.lock, cfg.sensor_battery],
'SPE600': [cfg.switch, cfg.sensor_power],
'067774': [cfg.sensor_action, cfg.sensor_battery],
'067694': [cfg.sensor_action, cfg.sensor_battery],
};
/**
+3 -3
View File
@@ -14090,9 +14090,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.120",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.120.tgz",
"integrity": "sha512-OOQ1VNO5pKAUYPUuWb19AC62ep6RFMmsz+1NwjvJTs2Bst6r8+jhsmwMWi/VGdOfGvVF5bSq/7bJA1GjWWaj8g==",
"version": "12.0.121",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.121.tgz",
"integrity": "sha512-jxezi8TAMelD0U0kPFmpoJMgEr5FqaqYu1muGoQOFnvCcIkJiLqdQaz+nvzLtcpXt5Gr8aHVCBV14bMpCKzF8A==",
"requires": {
"axios": "*",
"https-proxy-agent": "*",
+1 -1
View File
@@ -48,7 +48,7 @@
"winston": "*",
"winston-syslog": "*",
"zigbee-herdsman": "0.12.97",
"zigbee-herdsman-converters": "12.0.120"
"zigbee-herdsman-converters": "12.0.121"
},
"devDependencies": {
"eslint": "*",