Update zigbee-shepherd-converters to 2.0.18.

This commit is contained in:
Koenkk 2018-06-27 21:31:00 +02:00
parent 2ba2864f87
commit a1cb4ca214
2 changed files with 7 additions and 6 deletions

View File

@ -283,6 +283,7 @@ const mapping = {
'QBKG12LM': [configurations.switch_left, configurations.switch_right, configurations.sensor_power],
'K2RGBW01': [configurations.light_brightness_colortemp_xy],
'9290011370': [configurations.light_brightness],
'DNCKATSW001': [configurations.switch],
};
// A map of all discoverd devices

12
npm-shrinkwrap.json generated
View File

@ -518,9 +518,9 @@
"dev": true
},
"eslint": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.0.0.tgz",
"integrity": "sha512-MA0YWJLeK7BPEBxJCINvKnQdKpeTwbac3Xonh0PPFjWYZkowZf+Xl30lJWJ/BWOqFQdAdPcyOh0aBqlbH6ojAg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.0.1.tgz",
"integrity": "sha512-D5nG2rErquLUstgUaxJlWB5+gu+U/3VDY0fk/Iuq8y9CUFy/7Y6oF4N2cR1tV8knzQvciIbfqfohd359xTLIKQ==",
"dev": true,
"requires": {
"ajv": "6.5.1",
@ -2861,9 +2861,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "2.0.17",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.17.tgz",
"integrity": "sha512-LqntuRO4UCFk+PKjrMNXON5QFp9zNxfQGFAaDIYyhhOjD7BwxrHVeW6SxCF5Hrug9CnuhLAoF1P9Qs2KyAeKsg==",
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.18.tgz",
"integrity": "sha512-E9Uq6q2jAZOt7oTi4uBa6yzNOD45K/wJs8RUnIAYXPXF4gx3PWKXUqHzJLgkUIsy1XQpIiwtSSu49et9hpC1nQ==",
"requires": {
"debounce": "1.1.0"
},