mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
Suggested by Klaus
git-svn-id: https://svn.fhem.de/fhem/trunk@302 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
06f1e8ebac
commit
c861810ddd
@ -371,6 +371,9 @@ FHT_Parse($$)
|
||||
elsif($sval =~ m/.c/) { $val = "synctime" }
|
||||
elsif($sval =~ m/.e/) { $val = "test" }
|
||||
elsif($sval =~ m/.f/) { $val = "pair" }
|
||||
elsif($sval =~ m/.1/) { $val = "99%" } # FHT set to 30.5, FHT80B=="ON"
|
||||
elsif($sval =~ m/.2/) { $val = "0%" } # FHT set to 5.5
|
||||
|
||||
else { $val = "unknown_$sval: $fv" }
|
||||
|
||||
} elsif($cmd eq "measured-low") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user