mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 05:24:29 +00:00
Update zigbee-herdsman and zigbee-shepherd-converters.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Generated
+6717
-175
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user