From 576569ea2d80a7a8369f8b26dbf576ae37de5602 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 11 Jun 2022 14:12:02 +0200 Subject: [PATCH] fixing symikolon --- CHANGED | 2 +- FHEM/74_GardenaSmartDevice.pm | 2 +- controls_GardenaSmartDevice.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGED b/CHANGED index 8c85194..f87c031 100644 --- a/CHANGED +++ b/CHANGED @@ -1 +1 @@ - [alpha] - implementation extend state with one more thing... + fix diff --git a/FHEM/74_GardenaSmartDevice.pm b/FHEM/74_GardenaSmartDevice.pm index 28f37f5..aaadda3 100644 --- a/FHEM/74_GardenaSmartDevice.pm +++ b/FHEM/74_GardenaSmartDevice.pm @@ -904,7 +904,7 @@ sub setState { } else { $state_string = scalar(@ic24opened_ventils) > 0 # offen - ? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60); + ? sprintf( (RigReadingsValue($hash, 'will be irrigated %.f minutes remaining.')), $lowest_duration/60) # zu : ( $has_scheduling ) diff --git a/controls_GardenaSmartDevice.txt b/controls_GardenaSmartDevice.txt index b9cc3e8..0a84bb8 100644 --- a/controls_GardenaSmartDevice.txt +++ b/controls_GardenaSmartDevice.txt @@ -1,2 +1,2 @@ UPD 2022-05-28_13:13:38 49520 FHEM/73_GardenaSmartBridge.pm -UPD 2022-06-11_14:09:31 67703 FHEM/74_GardenaSmartDevice.pm +UPD 2022-06-11_14:11:55 67702 FHEM/74_GardenaSmartDevice.pm