Update zigbee-shepherd-converters to 7.0.28.

This commit is contained in:
Koen Kanters
2019-02-01 19:58:12 +01:00
parent 7d9c21ba24
commit 0d9741e511
4 changed files with 8 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

+1
View File
@@ -478,6 +478,7 @@ const mapping = {
'XVV-Mega23M12': [configurations.light_brightness_colortemp],
'GL-B-007Z': [configurations.light_brightness_colortemp_colorxy],
'81809': [configurations.light_brightness_colortemp_colorxy],
'100.110.39': [configurations.light_brightness_colortemp_colorxy],
};
/**
+6 -13
View File
@@ -1135,9 +1135,9 @@
"dev": true
},
"eslint": {
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.12.1.tgz",
"integrity": "sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==",
"version": "5.13.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.13.0.tgz",
"integrity": "sha512-nqD5WQMisciZC5EHZowejLKQjWGuFS5c70fxqSKlnDME+oz9zmE8KTlX+lHSg+/5wsC/kf9Q9eMkC8qS3oM2fg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@@ -1169,7 +1169,6 @@
"natural-compare": "^1.4.0",
"optionator": "^0.8.2",
"path-is-inside": "^1.0.2",
"pluralize": "^7.0.0",
"progress": "^2.0.0",
"regexpp": "^2.0.1",
"semver": "^5.5.1",
@@ -3603,12 +3602,6 @@
"resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz",
"integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA="
},
"pluralize": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",
"integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==",
"dev": true
},
"pointer-symbol": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/pointer-symbol/-/pointer-symbol-1.0.0.tgz",
@@ -4830,9 +4823,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "7.0.27",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.27.tgz",
"integrity": "sha512-U+eqCRpb0J6/woUD/Jr3Y0j28whjamkMa8tnFegyHLQ+a3jrZlR+zV/XXLAQ1Yp4AG/qjGBsMRbDBWRzmvPlWA==",
"version": "7.0.28",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.28.tgz",
"integrity": "sha512-YIpBsnmy65lRiCIXlJLpGKAd7ufTQi6WwAt9W6nddvb5Wym/7TZ5UHM+C4flPJ/S56urhtCMfx1Ctm1Z+IWvvQ==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -46,7 +46,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6f06ba01d7dbe13dc5a3b0652cf4ad01debbf188",
"zigbee-shepherd-converters": "7.0.27",
"zigbee-shepherd-converters": "7.0.28",
"zive": "*"
},
"devDependencies": {