2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_Heating_Control: dokumentation improved

git-svn-id: https://svn.fhem.de/fhem/trunk@12708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2016-12-03 19:17:25 +00:00
parent e3520a08a2
commit 5f8955f440

View File

@ -124,6 +124,9 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
1;
=pod
=item device
=item summary sends heating commands to heating at defined times
=item summary_DE sendet Temperaturwerte zu festgelegen Zeiten an eine Heizung
=begin html
<a name="Heating_Control"></a>
@ -228,7 +231,7 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
The is switched at time myFunction(). It is sent the Command "night-temp 18" and "dayTemp 16".<p>
If you want to have set all Heating_Controls their current value (after a temperature lowering phase holidays)
you can call the function <b>Heating_Control_SetTemp(&lt;"HC-device"&gt;)</b> or <b>Heating_Control_SetAllTemps()</b>.<br>
you can call the function <b>Heating_Control_SetTemp("HC-device")</b> or <b>Heating_Control_SetAllTemps()</b>.<br>
This call can be automatically coupled to a dummy by a notify:<br>
<code>define HeizStatus2 notify Heating:. * {Heating_Control_SetAllTemps()}</code>
<br><p>
@ -408,7 +411,7 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
Das Ger&aumlt wird bei myFunction() geschaltet. Es wird das Kommando "night-temp 18" bzw. "dayTemp 16" gesendet.<p>
Wenn du beispielsweise nach einer Temperaturabsenkungsphase erreichen willst, dass alle Heating_Controls ihren aktuellen Wert
einstellen sollen, kannst du die Funktion <b>Heating_Control_SetTemp(&lt;"HC-device"&gt;)</b> or <b>Heating_Control_SetAllTemps()</b> aufrufen.<p>
einstellen sollen, kannst du die Funktion <b>Heating_Control_SetTemp("HC-device")</b> or <b>Heating_Control_SetAllTemps()</b> aufrufen.<p>
Dieser Aufruf kann per notify automatisch an ein dummy gekoppelt werden:<br>
<code>define HeizStatus2 notify Heizung:.* {Heating_Control_SetAllTemps()}</code>
<br><p>