Old lime-protection code removed (never entered)

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2008-06-12 07:24:08 +00:00
parent 4f2cd0087d
commit 427b6bc23e

View File

@@ -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;