mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
20_ROOMMATE: fix attribute name
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c4b81469b1
commit
ec6d56209e
@ -762,7 +762,7 @@ sub ROOMMATE_DurationTimer($;$) {
|
|||||||
|
|
||||||
ROOMMATE_RemoveInternalTimer( "DurationTimer", $hash );
|
ROOMMATE_RemoveInternalTimer( "DurationTimer", $hash );
|
||||||
|
|
||||||
if ( !defined($attr{$name}{noDuration}) || $attr{$name}{noDuration} == 0 ) {
|
if ( !defined($attr{$name}{rr_noDuration}) || $attr{$name}{rr_noDuration} == 0 ) {
|
||||||
|
|
||||||
# presence timer
|
# presence timer
|
||||||
if ( defined( $hash->{READINGS}{presence}{VAL} )
|
if ( defined( $hash->{READINGS}{presence}{VAL} )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user