30_HUEBridge.pm: fixed perl warning. see forum: https://forum.fhem.de/index.php/topic,58616.msg499751.html

git-svn-id: https://svn.fhem.de/fhem/trunk@19061 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2019-03-29 08:31:31 +00:00
parent e5059ef433
commit 022d53c5f2

View File

@@ -474,6 +474,7 @@ HUEBridge_string2array($)
return \@lights;
}
sub HUEBridge_Set($@);
sub
HUEBridge_Set($@)
{