2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

CUL_HM:correct brightAuto

git-svn-id: https://svn.fhem.de/fhem/trunk@9671 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-10-25 17:37:59 +00:00
parent 0b6dc40b67
commit b8cc489222

View File

@ -4367,7 +4367,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
return "timer value to low" if ($tval eq "0000");
$ramp = CUL_HM_encodeTime16($ramp);
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'80'.$chn.
CUL_HM_PushCmdStack($hash,'++'.$flag.'11'.$id.$dst.'81'.$chn.
sprintf("%02X%02X%02X%02X",$bright,$colProg,$min,$max).$ramp.$tval);
}
elsif($cmd eq "playTone") { #################################################