2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +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:
martinp876 2014-09-30 20:09:35 +00:00
parent 37e1312557
commit 56e81007db

View File

@ -1338,7 +1338,7 @@ sub CUL_HM_Parse($$) {#########################################################
if ($mode){
my %mCmd = (auto=>0,manual=>1,party=>2,boost=>3,day=>4,night=>5);
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);
}
}
}