From 4e6ca5f8edffbdd45b46e2d9b6c75cee3fb13b06 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 17 May 2022 07:57:58 +0200 Subject: [PATCH] test --- CHANGED | 2 +- FHEM/74_GardenaSmartDevice.pm | 5 ++++- controls_GardenaSmartDevice.txt | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGED b/CHANGED index b140ca7..b51f193 100644 --- a/CHANGED +++ b/CHANGED @@ -1 +1 @@ - add resetcall + state + fix state diff --git a/FHEM/74_GardenaSmartDevice.pm b/FHEM/74_GardenaSmartDevice.pm index dd3a1ac..525ea07 100644 --- a/FHEM/74_GardenaSmartDevice.pm +++ b/FHEM/74_GardenaSmartDevice.pm @@ -65,6 +65,7 @@ use FHEM::Meta; use Time::Local; use Time::Piece; use Time::Seconds; +use SetExtensions; # try to use JSON::MaybeXS wrapper # for chance of better performance + open code @@ -141,7 +142,9 @@ BEGIN { modules IOWrite defs - makeDeviceName) + makeDeviceName + setList + useSetExtensions) ); } diff --git a/controls_GardenaSmartDevice.txt b/controls_GardenaSmartDevice.txt index c9b00af..710780d 100644 --- a/controls_GardenaSmartDevice.txt +++ b/controls_GardenaSmartDevice.txt @@ -1,2 +1,2 @@ -UPD 2022-05-08_12:08:54 49518 FHEM/73_GardenaSmartBridge.pm -UPD 2022-05-08_12:40:56 66210 FHEM/74_GardenaSmartDevice.pm +UPD 2022-05-15_17:15:26 49518 FHEM/73_GardenaSmartBridge.pm +UPD 2022-05-17_07:57:51 66274 FHEM/74_GardenaSmartDevice.pm