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