20_GUEST: fix attribute name

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7130 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2014-12-05 17:17:57 +00:00
parent 3e152ba0ab
commit 1b909bf6f0

View File

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