mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
correct TC mode readng at set
git-svn-id: https://svn.fhem.de/fhem/trunk@6286 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cc8249a656
commit
cd051ff37c
@ -3731,7 +3731,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
|
||||
$sh,$sd,$sy,$eh,$ed,$ey,($sm*16+$em));
|
||||
}
|
||||
my %mCmd = (auto=>0,manual=>1,party=>2,boost=>3,day=>4,night=>5);
|
||||
CUL_HM_UpdtReadSingle($hash,"mode","set_".$mode,1);
|
||||
CUL_HM_UpdtReadSingle($hash,"controlMode","set_".$mode,1);
|
||||
my $msg = '8'.($mCmd{$mode}).$chn;
|
||||
$msg .= sprintf("%02X",$temp) if ($temp);
|
||||
$msg .= $party if ($party);
|
||||
|
Loading…
x
Reference in New Issue
Block a user