diff --git a/fhem/FHEM/91_notify.pm b/fhem/FHEM/91_notify.pm index 3f5ad804b..0f7c2e33b 100644 --- a/fhem/FHEM/91_notify.pm +++ b/fhem/FHEM/91_notify.pm @@ -67,7 +67,8 @@ notify_Define($$) $hash->{".COMMAND"} = $command; my $doTrigger = ($name !~ m/^$re$/); # Forum #34516 - readingsSingleUpdate($hash, "state", "active", $doTrigger); + readingsSingleUpdate($hash, "state", "active", $doTrigger) + if(!$hash->{TEMPORARY}); InternalTimer(0, sub(){ notifyRegexpChanged($hash, $re); }, $hash); return undef; diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index cab8ee287..fe91957e6 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -737,7 +737,7 @@ The following local attributes are used by a wider range of devices: @@ -1357,12 +1357,17 @@ The following local attributes are used by a wider range of devices:

sleep