Update converters.

This commit is contained in:
Koen Kanters
2019-12-12 20:55:57 +01:00
parent 3f2d50900d
commit 61f5776310
3 changed files with 7 additions and 10 deletions
-3
View File
@@ -1007,11 +1007,8 @@ const mapping = {
'AC10787': [cfg.light_brightness_colortemp],
'F-APP-UK-V2': [cfg.switch],
'S9TSZGB': [cfg.sensor_action],
'7602031P7': [cfg.light_brightness_colortemp_colorxy],
'44435': [cfg.light_brightness_colortemp_colorxy],
'SP-EUC01': [cfg.switch],
'511.012': [cfg.light_brightness],
'4512700': [cfg.light_brightness],
};
Object.keys(mapping).forEach((key) => {
+6 -6
View File
@@ -5375,9 +5375,9 @@
"dev": true
},
"stream-shift": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
"integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
"integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ=="
},
"string-length": {
"version": "2.0.0",
@@ -12735,9 +12735,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.55",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.55.tgz",
"integrity": "sha512-gGm+zbgacpvT13YtR8zKd5fPMVfi9RFlXhf2fHCjAQJxBowDGPSTbqW7m4B6TQ3I6l+9bQAthVJUuCmZ413yqw=="
"version": "11.1.57",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.57.tgz",
"integrity": "sha512-88hNYI6ceS20eqj81P3DORT8fj5/0red0R99kewtIp9JFBzKzP3zIjrZv6P13yV8A8mT4YsfQOZMy+sJ2vZy7A=="
}
}
}
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.19",
"zigbee-herdsman-converters": "11.1.55"
"zigbee-herdsman-converters": "11.1.57"
},
"devDependencies": {
"eslint": "*",