2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

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:
justme-1968 2019-03-29 08:31:31 +00:00
parent 2086260af1
commit c3c4059e0c

View File

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