2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

93_PWMR.pm : add documentation for attribute disable

git-svn-id: https://svn.fhem.de/fhem/trunk@14829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jamesgo 2017-08-01 14:03:56 +00:00
parent e3f5399e87
commit 82268328fc

View File

@ -44,6 +44,7 @@
# 14.12.16 GA fix adjust rounding of PVal and newpulsePID
# 14.12.16 GA fix supply DBuffer with delta temps for usePID=2 calculation
# 14.12.16 GA add implement get previousTemps
# 01.08.17 GA add documentation for attribute disable
# module for PWM (Pulse Width Modulation) calculation
@ -1807,6 +1808,10 @@ PWMR_valueFormat(@)
<b>Attributes</b>
<ul>
<li>disable<br>
PWMR objects with attribute disable set to <i>1</i> will be excluded in the calculation loop of the PWM object.
</li><br>
<li>frostProtect<br>
Switch on (1) of off (0) frostProtectMode. <i>desired-temp</i> will be set to <i>tempFrostProtect</i> in autoCalcMode.
</li><br>