Update converters.

This commit is contained in:
Koen Kanters
2020-06-10 21:20:43 +02:00
parent c3a71ba6a8
commit c3561640e6
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -1712,6 +1712,7 @@ const mapping = {
'SJCGQ12LM': [cfg.sensor_battery, cfg.binary_sensor_water_leak],
'DJT12LM': [cfg.sensor_action],
'AV2010/22A': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'D1523': [cfg.light_brightness],
};
/**
+3 -3
View File
@@ -14195,9 +14195,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.110",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.110.tgz",
"integrity": "sha512-UtdhoI8yk06XovojdO+eDr4/q6oP2pTophc36q4cqTVvhlVUsur5qIsIST5795WCYuohtVPBwYYrCH95woTkkQ==",
"version": "12.0.111",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.111.tgz",
"integrity": "sha512-i/cybNFpyIqvT3B0Ad26jgk60qsjHBJh14QYPzInlHmoIXr77iH7XMyfq5M+bOJAGNpMSesEokgxX0AK3i5Rqw==",
"requires": {
"axios": "*",
"https-proxy-agent": "*",
+1 -1
View File
@@ -47,7 +47,7 @@
"winston": "*",
"winston-syslog": "*",
"zigbee-herdsman": "0.12.94",
"zigbee-herdsman-converters": "12.0.110"
"zigbee-herdsman-converters": "12.0.111"
},
"devDependencies": {
"eslint": "*",