mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +00:00
Update converters.
This commit is contained in:
@@ -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],
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Generated
+3
-3
@@ -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
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user