mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
01_FHEMWEB.pm: fix yesterdays fix for colorpicker (Forum #136049)
git-svn-id: https://svn.fhem.de/fhem/trunk@28231 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
981bc06449
commit
23691f6b19
@ -3612,7 +3612,8 @@ FW_widgetFallbackFn()
|
||||
# noArg is needed for fhem.cfg.demo / Cinema
|
||||
return "" if(!$values || $values eq "noArg");
|
||||
|
||||
($cmd, my $reading) = split( ' ', $cmd, 2 );
|
||||
my $reading;
|
||||
($cmd, $reading) = split(' ', $cmd, 2) if($values !~ m/^colorpicker,/);
|
||||
$reading = $cmd if(!defined($reading));
|
||||
|
||||
my $current;
|
||||
|
Loading…
x
Reference in New Issue
Block a user