Update zigbee-shepherd-converters to 8.0.13.

This commit is contained in:
Koen Kanters 2019-03-25 21:53:39 +01:00
parent b2a453bec3
commit 2328ecb2ee
3 changed files with 11 additions and 8 deletions

View File

@ -513,7 +513,7 @@ const mapping = {
'AV2010/32': [], 'AV2010/32': [],
'HGZB-07A': [configurations.light_brightness_colortemp_colorxy], 'HGZB-07A': [configurations.light_brightness_colortemp_colorxy],
'E1524': [configurations.sensor_action], 'E1524': [configurations.sensor_action],
'GL-C-006': [configurations.light_brightness_colortemp], 'GL-C-006/GL-C-009': [configurations.light_brightness_colortemp],
'100.424.11': [configurations.light_brightness_colortemp], '100.424.11': [configurations.light_brightness_colortemp],
'AC0251100NJ': [configurations.sensor_click, configurations.sensor_brightness, configurations.sensor_battery], 'AC0251100NJ': [configurations.sensor_click, configurations.sensor_brightness, configurations.sensor_battery],
'71831': [configurations.light_brightness_colortemp], '71831': [configurations.light_brightness_colortemp],
@ -623,6 +623,9 @@ const mapping = {
'BY 285 C': [configurations.light_brightness_colortemp_colorxy], 'BY 285 C': [configurations.light_brightness_colortemp_colorxy],
'HS1RC-M': [configurations.sensor_action, configurations.sensor_battery], 'HS1RC-M': [configurations.sensor_action, configurations.sensor_battery],
'SWO-WDS1PA': [configurations.binary_sensor_contact], 'SWO-WDS1PA': [configurations.binary_sensor_contact],
'LLKZMK11LM': [switchWithPostfix('l1'), switchWithPostfix('l2')],
'LVS-SM10ZW': [configurations.binary_sensor_contact, configurations.binary_sensor_battery_low],
'HS2SK': [configurations.switch, configurations.sensor_power],
}; };
Object.keys(mapping).forEach((key) => { Object.keys(mapping).forEach((key) => {

12
npm-shrinkwrap.json generated
View File

@ -440,9 +440,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "11.11.6", "version": "11.11.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.11.6.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-11.11.7.tgz",
"integrity": "sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==", "integrity": "sha512-bHbRcyD6XpXVLg42QYaQCjvDXaCFkvb3WbCIxSDmhGbJYVroxvYzekk9QGg1beeIawfvSLkdZpP0h7jxE4ihnA==",
"dev": true "dev": true
}, },
"@types/stack-utils": { "@types/stack-utils": {
@ -6447,9 +6447,9 @@
} }
}, },
"zigbee-shepherd-converters": { "zigbee-shepherd-converters": {
"version": "8.0.12", "version": "8.0.13",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.12.tgz", "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.13.tgz",
"integrity": "sha512-2dsFH4ZqkG8l7cVCxkY+5bRAq7X2yLC4eLmNm5I47yFfF0uZYw9BsisMJndZDT7x4IfDSUZC/5WoiI8LfuhnxQ==", "integrity": "sha512-UT26ftIGsG5fTS3rPnqnEi1zQ5afhijoz+yZyVfJZg6doG+sdrJg1o/UZk+EwAzD0Sa5NBXcnno5bWcIHpEy9Q==",
"requires": { "requires": {
"chai": "*", "chai": "*",
"debounce": "*", "debounce": "*",

View File

@ -46,7 +46,7 @@
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d", "zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*", "ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#a8b5828200140adf4de83457508576f6879f7ec1", "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#a8b5828200140adf4de83457508576f6879f7ec1",
"zigbee-shepherd-converters": "8.0.12", "zigbee-shepherd-converters": "8.0.13",
"zive": "*" "zive": "*"
}, },
"devDependencies": { "devDependencies": {