mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-20 10:31:15 +00:00
Update zigbee-shepherd-converters.
This commit is contained in:
@@ -799,6 +799,8 @@ const mapping = {
|
||||
configurations.sensor_action, configurations.binary_sensor_lock, configurations.binary_sensor_lock_reverse,
|
||||
],
|
||||
'12050': [configurations.switch, configurations.sensor_power],
|
||||
'ROB_200-004-0': [configurations.light_brightness],
|
||||
'RH3040': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -12489,9 +12489,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "10.1.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-10.1.3.tgz",
|
||||
"integrity": "sha512-+nOTLtKe4GLD/M0+FyWxFYtVkMisEo+56Ud4Fsf3+2hBR37LBwxAQe73CR6j3wCH6hO/xF7xPXNbjk6CHUHccg==",
|
||||
"version": "10.1.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-10.1.4.tgz",
|
||||
"integrity": "sha512-+JvAjXbure3Hmobs3yURD0OZ/4/7eIsPrIz9Y+GLpQOiA3yRGq7TpS1mIfRr49w8I4qzcOS0lbBroD4HWI0tYg==",
|
||||
"requires": {
|
||||
"chai": "*",
|
||||
"debounce": "*",
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
"semver": "*",
|
||||
"winston": "2.4.2",
|
||||
"zigbee-herdsman": "0.1.16",
|
||||
"zigbee-shepherd-converters": "10.1.3",
|
||||
"zigbee-shepherd-converters": "10.1.4",
|
||||
"deep-diff": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user