From 2433b1cbe37ba225851a8e3065c56fddbd33feb7 Mon Sep 17 00:00:00 2001 From: markus-m Date: Tue, 1 Mar 2016 18:30:52 +0000 Subject: [PATCH] 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 --- fhem/FHEM/30_MilightBridge.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/30_MilightBridge.pm b/fhem/FHEM/30_MilightBridge.pm index 25d4ebd6c..9b5e949a5 100644 --- a/fhem/FHEM/30_MilightBridge.pm +++ b/fhem/FHEM/30_MilightBridge.pm @@ -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; }