From 248cfdf7eae1972d3e999765035702200d8ff30a Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Fri, 28 Feb 2020 12:09:53 -0800 Subject: [PATCH] Update WindowOrDoorOpen.groovy --- third-party/WindowOrDoorOpen.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/WindowOrDoorOpen.groovy b/third-party/WindowOrDoorOpen.groovy index 8f053b4..5bb1f9c 100755 --- a/third-party/WindowOrDoorOpen.groovy +++ b/third-party/WindowOrDoorOpen.groovy @@ -498,7 +498,7 @@ def takeAction(indice=0) { theVoice.speak(msg) } - if ((tstats) && (openMinutesCount > max_open_time_in_min)) { + if ((tstats) /*&& (openMinutesCount > max_open_time_in_min)*/) { save_tstats_mode() tstats.off() -- 2.34.1