Update zigbee-herdsman and zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-08-11 14:13:44 +02:00
parent 519eb4eecf
commit 5e55e1655f
4 changed files with 6737 additions and 179 deletions
+16
View File
@@ -832,6 +832,22 @@ const mapping = {
'Zen-01-W': [configurations.thermostat],
'9290022166': [configurations.light_brightness_colortemp_colorxy],
'PM-C140-ZB': [configurations.sensor_power, configurations.switch],
'ptvo.switch': [
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
switchWithPostfix('top_right'), switchWithPostfix('center'),
],
'DIYRuZ_R4_5': [
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
switchWithPostfix('top_right'), switchWithPostfix('center'),
],
'DIYRuZ_KEYPAD20': [],
'DTB190502A1': [],
'RF 263': [configurations.light_brightness],
'F-WTR-UK-V2': [
configurations.sensor_temperature, configurations.binary_sensor_water_leak, configurations.sensor_battery,
],
'HS1CG-M': [configurations.binary_sensor_gas],
'LVS-SN10ZW_SN11': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
};
Object.keys(mapping).forEach((key) => {
+2 -2
View File
@@ -3,8 +3,8 @@
* Based on: https://github.com/zigbeer/zapp-cie
*/
const Ziee = require('zigbee-herdsman/dist/ziee');
const Zive = require('zigbee-herdsman/dist/zive');
const Ziee = require('zigbee-herdsman/dist/deprecated/ziee');
const Zive = require('zigbee-herdsman/dist/deprecated/zive');
const cieClusters = new Ziee();
// Direction-Value 1: input, 2: output, 3: input/output
+6717 -175
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -43,8 +43,8 @@
"rimraf": "*",
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.4.5",
"zigbee-shepherd-converters": "10.1.8",
"zigbee-herdsman": "0.5.0",
"zigbee-shepherd-converters": "10.1.9",
"deep-diff": "*"
},
"devDependencies": {