mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-21 02:51:11 +00:00
Update zigbee-shepherd-converters to 8.1.1.
This commit is contained in:
@@ -629,6 +629,12 @@ const mapping = {
|
||||
'45853GE': [configurations.switch],
|
||||
'50064': [configurations.light_brightness_colortemp],
|
||||
'9290011998B': [configurations.light_brightness_colortemp],
|
||||
'4096730U7': [configurations.light_brightness_colortemp],
|
||||
'RB 278 T': [configurations.light_brightness],
|
||||
'3315-G': [
|
||||
configurations.sensor_temperature, configurations.sensor_battery, configurations.binary_sensor_water_leak,
|
||||
],
|
||||
'N2G-SP': [configurations.sensor_power, configurations.switch],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+898
-344
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -46,7 +46,7 @@
|
||||
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#12c2e7f875e8ebccc3971736a4b684f86de9d79e",
|
||||
"zigbee-shepherd-converters": "8.1.0",
|
||||
"zigbee-shepherd-converters": "8.1.1",
|
||||
"zive": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user