mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update zigbee-shepherd-converters to 8.0.4.
This commit is contained in:
parent
8b4b9bea19
commit
7461fec28b
@ -9,7 +9,7 @@ const saveInterval = 1000 * 60 * 5; // 5 minutes
|
||||
const dontCacheProperties = [
|
||||
'action', 'button', 'button_left', 'button_right', 'click', 'forgotten', 'keyerror',
|
||||
'step_size', 'transition_time', 'action_color_temperature', 'action_color',
|
||||
'action_group', 'group_list', 'group_capacity',
|
||||
'action_group', 'group_list', 'group_capacity', 'no_occupancy_since',
|
||||
];
|
||||
|
||||
class State {
|
||||
|
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -6952,9 +6952,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-shepherd-converters": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.3.tgz",
|
||||
"integrity": "sha512-S/0xk+LoibihoxHFzDSyX5Rtgkne54CTuYxsSBiO/bZgaA/4tIQKCWbPYJMCSjQO4IkiB+pmewc5Aa6YhFBLtA==",
|
||||
"version": "8.0.4",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.4.tgz",
|
||||
"integrity": "sha512-W+3t2ip+EFDedfrSRfoSLz2pOXIZqswgkMXisw4tmqrkG9ifxC3jB2WvGy0K+K2bXPlRvT/zsbxmf0hHoJPhBA==",
|
||||
"requires": {
|
||||
"chai": "*",
|
||||
"debounce": "*",
|
||||
|
@ -45,7 +45,7 @@
|
||||
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872",
|
||||
"ziee": "*",
|
||||
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#47fc75a070530f217273c561dd15eb68629c3c0a",
|
||||
"zigbee-shepherd-converters": "8.0.3",
|
||||
"zigbee-shepherd-converters": "8.0.4",
|
||||
"zive": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user