From 127f762eae014173d93bbdc1207f180637ac70bf Mon Sep 17 00:00:00 2001 From: Francois JUMELLE Date: Tue, 18 Oct 2022 16:52:39 +0200 Subject: [PATCH] Add a switch to remove the planning. Fix issue #1 --- plugin.py | 63 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/plugin.py b/plugin.py index 90207bb..6dca122 100755 --- a/plugin.py +++ b/plugin.py @@ -5,14 +5,13 @@ #pylint: disable=line-too-long, invalid-name, undefined-variable, global-at-module-level """ - +

Hygrostat


- Implementation of an hygrostat as a Domoticz Plugin.
- Planning shall be configure like that: '[Monday]/.../[Sunday]' where each day is defined with 'Start-End' (Start and End format is HH:mm). + Implementation of an hygrostat as a Domoticz Plugin.
- + @@ -20,7 +19,6 @@ -