Anather little fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@94 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -311,7 +311,8 @@ FHT_Parse($$)
|
||||
|
||||
if($type eq "actuator") {
|
||||
$val = sprintf("%02d%%", int(100*$val/255 + 0.5));
|
||||
|
||||
} elsif($type eq "lime-protection") {
|
||||
$val = sprintf("(actuator: %02d%%)", int(100*$val/255 + 0.5));
|
||||
} elsif($cde ge "140069" && $cde le "2f0069") { # Time specs
|
||||
Log 5, "FHT $def->{NAME} ($type: $val)";
|
||||
return "" if($val == 144); # Empty, forget it
|
||||
|
||||
Reference in New Issue
Block a user