2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

Units (Celsius) and (%) removed.

git-svn-id: https://svn.fhem.de/fhem/trunk@1516 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2012-05-01 11:48:12 +00:00
parent 8513e8900d
commit 6af8d98f5b

View File

@ -140,8 +140,8 @@ HMS_Parse($$)
$v[2] = $batstr1;
$val = "T: $v[0] H: $v[1] Bat: $v[2]";
$v[0] = "$v[0] (Celsius)";
$v[1] = "$v[1] (%)";
#$v[0] = "$v[0] (Celsius)";
#$v[1] = "$v[1] (%)";
} elsif ($type eq "HMS100T") {
@ -152,7 +152,7 @@ HMS_Parse($$)
$v[1] = $batstr1;
$val = "T: $v[0] Bat: $v[1]";
$v[0] = "$v[0] (Celsius)";
#$v[0] = "$v[0] (Celsius)";
} elsif ($type eq "HMS100WD") {