mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
20_GUEST: fix attribute name
git-svn-id: https://svn.fhem.de/fhem/trunk@7130 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
289fff0f6f
commit
b8aef185d9
@ -792,7 +792,7 @@ sub GUEST_DurationTimer($;$) {
|
||||
|
||||
GUEST_RemoveInternalTimer( "DurationTimer", $hash );
|
||||
|
||||
if ( !defined($attr{$name}{noDuration}) || $attr{$name}{noDuration} == 0 ) {
|
||||
if ( !defined($attr{$name}{rg_noDuration}) || $attr{$name}{rg_noDuration} == 0 ) {
|
||||
|
||||
# presence timer
|
||||
if ( defined( $hash->{READINGS}{presence}{VAL} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user