From 7461fec28bbc0aa3b6c2cab4df1c47a8174e0d1a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 15 Mar 2019 23:33:24 +0100 Subject: [PATCH] Update zigbee-shepherd-converters to 8.0.4. --- lib/state.js | 2 +- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/state.js b/lib/state.js index eced16ae4..71457b58c 100644 --- a/lib/state.js +++ b/lib/state.js @@ -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 { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e09cc26f5..8d621f420 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": "*", diff --git a/package.json b/package.json index f951964d4..f4a425374 100644 --- a/package.json +++ b/package.json @@ -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": {