Update herdsman and converters.

This commit is contained in:
Koen Kanters
2019-11-20 20:08:30 +01:00
parent b23276f7f3
commit 8ae57e7ef0
3 changed files with 14 additions and 11 deletions
+3
View File
@@ -873,6 +873,7 @@ const mapping = {
'LVS-SN10ZW': [cfg.sensor_battery, cfg.binary_sensor_occupancy],
'LVS-ZB15R': [cfg.switch],
'TH1123ZB': [cfg.thermostat()],
'TH1124ZB': [cfg.thermostat()],
'Zen-01-W': [cfg.thermostat()],
'9290022166': [cfg.light_brightness_colortemp_colorxy],
'PM-C140-ZB': [cfg.sensor_power, cfg.switch],
@@ -986,6 +987,8 @@ const mapping = {
'TS0218': [cfg.sensor_action, cfg.sensor_battery],
'404021': [cfg.switch],
'Eco-Dim.07': [cfg.light_brightness],
'DYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current],
'ZG9101SAC-HP-Switch': [cfg.switch],
};
Object.keys(mapping).forEach((key) => {
+9 -9
View File
@@ -408,9 +408,9 @@
}
},
"@types/babel__traverse": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz",
"integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==",
"version": "7.0.8",
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.8.tgz",
"integrity": "sha512-yGeB2dHEdvxjP0y4UbRtQaSkXJ9649fYCmIdRoul5kfAoGCwxuCbMhag0k3RPfnuh9kPGm8x89btcfDEXdVWGw==",
"dev": true,
"requires": {
"@babel/types": "^7.3.0"
@@ -6159,9 +6159,9 @@
}
},
"zigbee-herdsman": {
"version": "0.12.6",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.6.tgz",
"integrity": "sha512-qeM31NpfJakunhCKN8UTu5lZXC/31pobMoJ0m01xyiJHQ9VcKLQKUadaVhhRbgVTiHoab3OPsfAPby5sofbJqQ==",
"version": "0.12.7",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.7.tgz",
"integrity": "sha512-UEBFmsKcMZrhFDjlWoHkwBy+6bykXQ1DXUM9l0PQ2HlYB5CxR24C1jeA0J8HbJ++Syh6e69to1AENa2/8xpuJQ==",
"requires": {
"debug": "^4.1.1",
"fast-deep-equal": "^2.0.1",
@@ -12665,9 +12665,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.45",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.45.tgz",
"integrity": "sha512-VM7lI2pHTKK93A83O3Znm6aqYQ6/AMqWqJ/mSHsExtwsmfNVQqOgFdewKWPpZBftxwT87FejCbOzRGfdrTerIQ=="
"version": "11.1.46",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.46.tgz",
"integrity": "sha512-Ue/UtCYf7hhnpZWzWnscvnRIgAItywdt6Ro0QKliZ+y5CbTaGyq0Nph09pB3bvaovurFk3ucFYeS/IGiNghUHQ=="
}
}
}
+2 -2
View File
@@ -45,8 +45,8 @@
"rimraf": "*",
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.6",
"zigbee-herdsman-converters": "11.1.45"
"zigbee-herdsman": "0.12.7",
"zigbee-herdsman-converters": "11.1.46"
},
"devDependencies": {
"eslint": "*",