This commit is contained in:
Marko Oldenburg 2018-11-09 09:33:23 +01:00
parent 6f9fef5c0f
commit 7976891249

View File

@ -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}";