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