mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +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:
parent
65700a48cb
commit
5cabbfe993
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user