notify disable added

This commit is contained in:
Sebastian 2021-06-06 19:50:31 +02:00
parent 5686bacca0
commit eacc462e18
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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}
)
)