2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

CUL_HM: rc19 correction

git-svn-id: https://svn.fhem.de/fhem/trunk@10877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2016-02-19 18:26:16 +00:00
parent 65700a48cb
commit 5cabbfe993

View File

@ -4355,8 +4355,8 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
if (!defined($light{$blk}));
my $beepBack = $snd | $light{$blk}*4;
$symbAdd |= 0x0004 if ($c eq "comma");
$symbAdd |= $unit{$u};
$symbAdd |= 0x0008 if ($c eq "comma");
$symbAdd |= ($unit{$u} * 16);
my $text = sprintf("%5.5s",$t);#pad left with space
$text = uc(unpack("H*",$text));