Update zigbee-shepherd-converters to 8.0.4.

This commit is contained in:
Koen Kanters 2019-03-15 23:33:24 +01:00
parent 8b4b9bea19
commit 7461fec28b
3 changed files with 5 additions and 5 deletions

View File

@ -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
View File

@ -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": "*",

View File

@ -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": {