mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
4bf6608e9b
commit
0f52566180
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user