From 76559ab230f898e19b02594176e2ce20b8b6280b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 25 Mar 2019 13:40:35 +0100 Subject: [PATCH] change state then no sheduled timer in i2c --- 74_GardenaSmartDevice.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/74_GardenaSmartDevice.pm b/74_GardenaSmartDevice.pm index e9252bb..cbc0d5f 100644 --- a/74_GardenaSmartDevice.pm +++ b/74_GardenaSmartDevice.pm @@ -558,7 +558,7 @@ sub WriteReadings($$) { . ( ReadingsVal( $name, 'scheduling-scheduled_watering_next_start', - 'readingsValError' + 'no timer' ) ) ) if ( AttrVal( $name, 'model', 'unknown' ) eq 'ic24' );