mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Old lime-protection code removed (never entered)
git-svn-id: https://svn.fhem.de/fhem/trunk@199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
54d422e956
commit
def9ef8a0f
@ -382,9 +382,6 @@ FHT_Parse($$)
|
||||
elsif($sval =~ m/.f/) { $val = "pair" }
|
||||
else { $val = "unknown_$sval: $fv" }
|
||||
|
||||
} elsif($cmd eq "lime-protection") {
|
||||
$val = sprintf("(actuator: %02d%%)", int(100*$val/255 + 0.5));
|
||||
|
||||
} elsif($cmd eq "measured-low") {
|
||||
$def->{READINGS}{$cmd}{TIME} = $tn;
|
||||
$def->{READINGS}{$cmd}{VAL} = $val;
|
||||
|
Loading…
Reference in New Issue
Block a user