2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

make color 'reload' compatible

git-svn-id: https://svn.fhem.de/fhem/trunk@3909 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-09-15 17:48:11 +00:00
parent 4bf6608e9b
commit 0f52566180

View File

@ -6,6 +6,12 @@ package main;
use strict; use strict;
use warnings; use warnings;
sub
Color_Initialize()
{
FHEM_colorpickerInit();
}
sub sub
FHEM_colorpickerInit() FHEM_colorpickerInit()
{ {