mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update zigbee-shepherd-converters to 7.0.14.
This commit is contained in:
parent
f62eabcb6d
commit
4ec905efca
@ -339,7 +339,7 @@ const mapping = {
|
||||
'73742': [configurations.light_brightness_colortemp],
|
||||
'73740': [configurations.light_brightness_colortemp],
|
||||
'22670': [configurations.light_brightness],
|
||||
'ICTC-G-1': [configurations.sensor_brightness],
|
||||
'ICTC-G-1': [configurations.sensor_brightness, configurations.sensor_battery],
|
||||
'ICPSHC24-30EU-IL-1': [configurations.light_brightness],
|
||||
'45852GE': [configurations.light_brightness],
|
||||
'E11-G13': [configurations.light_brightness],
|
||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -4832,9 +4832,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "7.0.13",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.13.tgz",
|
||||
"integrity": "sha512-rXIs0USl+b2T3GWUSfmaXi7hriHErfvrL0E45R9X3l7xbqS6PGWI+0RNBNIxZkb+UJ2cn6Cwj9gMtZ07a7eHXg==",
|
||||
"version": "7.0.14",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.0.14.tgz",
|
||||
"integrity": "sha512-Ie9pLCI7git3HVuXpeeLnUj5c/NaI1Ladsk5uLcr81dVnFwpBxX9QjIrGueb9xVj17f3hdF1p7aqdZM6AbyBwQ==",
|
||||
"requires": {
|
||||
"debounce": "*",
|
||||
"debug": "3.2.6",
|
||||
|
@ -46,7 +46,7 @@
|
||||
"winston": "2.4.2",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#43278a2219d1733180ed353deb4b724b2b9437fa",
|
||||
"zigbee-shepherd-converters": "7.0.13",
|
||||
"zigbee-shepherd-converters": "7.0.14",
|
||||
"zive": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user