mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +00:00
10_CUL_HM.pm: RT batLevel detection removed
git-svn-id: https://svn.fhem.de/fhem/trunk@6642 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
37e1312557
commit
56e81007db
@ -1338,7 +1338,7 @@ sub CUL_HM_Parse($$) {#########################################################
|
|||||||
if ($mode){
|
if ($mode){
|
||||||
my %mCmd = (auto=>0,manual=>1,party=>2,boost=>3,day=>4,night=>5);
|
my %mCmd = (auto=>0,manual=>1,party=>2,boost=>3,day=>4,night=>5);
|
||||||
my $msg = '8'.($mCmd{$mode})."04";
|
my $msg = '8'.($mCmd{$mode})."04";
|
||||||
CUL_HM_PushCmdStack($shash,'++A011'.$ioId.$src.$msg);
|
#General remove setting of mode till solution is found CUL_HM_PushCmdStack($shash,'++A011'.$ioId.$src.$msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user