bugfix: 30_MilightBridge: suppress protocol change message on startup #2

git-svn-id: https://svn.fhem.de/fhem/trunk@10970 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markus-m
2016-03-01 18:30:52 +00:00
parent 4128212417
commit 2433b1cbe3

View File

@@ -48,7 +48,7 @@ sub MilightBridge_Initialize($)
$hash->{UndefFn} = "MilightBridge_Undefine";
$hash->{NotifyFn} = "MilightBridge_Notify";
$hash->{AttrFn} = "MilightBridge_Attr";
$hash->{AttrList} = "port protocol sendInterval disable:0,1 tcpPing:1 checkInterval ".$readingFnAttributes;
$hash->{AttrList} = "port protocol:udp,tcp sendInterval disable:0,1 tcpPing:1 checkInterval ".$readingFnAttributes;
return undef;
}