From c2b4d63e12a7f50dcab08df08272a2665b334f34 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 26 May 2019 20:03:43 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20cache=20elapsed.=20https://gith?= =?UTF-8?q?ub.com/Koenkk/zigbee2mqtt/issues/1576?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/state.js b/lib/state.js index ca3096ba2..9ad4fa4c9 100644 --- a/lib/state.js +++ b/lib/state.js @@ -10,7 +10,7 @@ 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', 'no_occupancy_since', - 'step_mode', 'transition_time', 'duration', + 'step_mode', 'transition_time', 'duration', 'elapsed', ]; class State {