mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
decalc added (from betateilchen)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3199 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
615f07086f
commit
d51f349a07
@ -77,8 +77,13 @@ FHT8V_Set($@)
|
||||
Log GetLogLevel($n,3), "FHT8V set $n $arg";
|
||||
IOWrite($hash, "", sprintf("T%s002f00", $hash->{addr}));
|
||||
|
||||
} elsif ($arg eq "decalc" ) {
|
||||
Log GetLogLevel($n,3), "FHT8V set $n $arg";
|
||||
$hash->{STATE} = "lime-protection";
|
||||
IOWrite($hash, "", sprintf("T%s000A00", $hash->{addr}));
|
||||
|
||||
} else {
|
||||
return "Unknown argument $a[1], choose one of valve pair"
|
||||
return "Unknown argument $a[1], choose one of valve pair decalc"
|
||||
|
||||
}
|
||||
return "";
|
||||
@ -153,11 +158,14 @@ FHT8V_Get($@)
|
||||
<b>Set </b>
|
||||
<ul>
|
||||
<li>set <name> valve <value;><br>
|
||||
Set the valve to the given value (in percent, from 0 to 100).
|
||||
</li>
|
||||
Set the valve to the given value (in percent, from 0 to 100).
|
||||
</li>
|
||||
<li>set <name> pair<br>
|
||||
Pair the valve with the CUL.
|
||||
</li>
|
||||
Pair the valve with the CUL.
|
||||
</li>
|
||||
<li>set <name> decalc<br>
|
||||
Start a decalcifying cycle on the given valve
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user