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";
|
Log GetLogLevel($n,3), "FHT8V set $n $arg";
|
||||||
IOWrite($hash, "", sprintf("T%s002f00", $hash->{addr}));
|
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 {
|
} else {
|
||||||
return "Unknown argument $a[1], choose one of valve pair"
|
return "Unknown argument $a[1], choose one of valve pair decalc"
|
||||||
|
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
@ -158,6 +163,9 @@ FHT8V_Get($@)
|
|||||||
<li>set <name> pair<br>
|
<li>set <name> pair<br>
|
||||||
Pair the valve with the CUL.
|
Pair the valve with the CUL.
|
||||||
</li>
|
</li>
|
||||||
|
<li>set <name> decalc<br>
|
||||||
|
Start a decalcifying cycle on the given valve
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user