bugfix
This commit is contained in:
parent
6f9fef5c0f
commit
7976891249
@ -199,7 +199,8 @@ sub Define($$) {
|
|||||||
$hash->{tempListsHandleQueue} = [];
|
$hash->{tempListsHandleQueue} = [];
|
||||||
|
|
||||||
readingsSingleUpdate( $hash, "state", "initialized", 0 );
|
readingsSingleUpdate( $hash, "state", "initialized", 0 );
|
||||||
CommandAttr(undef,$name . ' room CometBlueBTLE') if ( AttrVal($name,'room','none') eq 'none' );
|
CommandAttr( undef, $name . ' room CometBlueBTLE' )
|
||||||
|
if ( AttrVal( $name, 'room', 'none' ) eq 'none' );
|
||||||
|
|
||||||
Log3 $name, 3, "CometBlueBTLE ($name) - defined with BTMAC $hash->{BTMAC}";
|
Log3 $name, 3, "CometBlueBTLE ($name) - defined with BTMAC $hash->{BTMAC}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user