From eacc462e1869fa429f1201f883af01ff92fe5d96 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 6 Jun 2021 19:50:31 +0200 Subject: [PATCH] notify disable added --- controls_HailoLibero.txt | 2 +- lib/FHEM/Hailo/Libero.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/controls_HailoLibero.txt b/controls_HailoLibero.txt index d8d2369..d114b37 100644 --- a/controls_HailoLibero.txt +++ b/controls_HailoLibero.txt @@ -1,2 +1,2 @@ UPD 2021-06-06_19:47:44 5194 FHEM/73_HailoLibero.pm -UPD 2021-06-06_19:47:21 12839 lib/FHEM/Hailo/Libero.pm +UPD 2021-06-06_19:50:09 12904 lib/FHEM/Hailo/Libero.pm diff --git a/lib/FHEM/Hailo/Libero.pm b/lib/FHEM/Hailo/Libero.pm index 94e95f6..b8dfb8c 100644 --- a/lib/FHEM/Hailo/Libero.pm +++ b/lib/FHEM/Hailo/Libero.pm @@ -165,6 +165,7 @@ sub Notify { @{$events} or grep /^REREADCFG$/, @{$events} or grep /^DEFINED.$name$/, @{$events} or grep /^MODIFIED.$name$/, + @{$events} or grep /^DELETEATTR.$name.disable$/, @{$events} ) )