2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

44_ROLLO.pm: Hint in Commandref regarding position->pct

git-svn-id: https://svn.fhem.de/fhem/trunk@18352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
KernSani 2019-01-20 15:24:51 +00:00
parent 793072dc5e
commit 52d04cfb7b

View File

@ -26,6 +26,7 @@
# GNU General Public License for more details.
#
# CHANGELOG:
# 1.404: Hint in Commandref regarding position->pct
# 1.403: Loglevel from 3 to 5 for few messages
# Rollo should only drive 10 steps in "force" mode for up/down
########################################################################################
@ -864,6 +865,8 @@ sub ROLLO_Attr(@) {
<div>
<ul>The module ROLLO offers an easy away to control shutters with one or two relays and to stop them exactly. <br>
The current position (in %) will be displayed in fhem. It doesn't matter which hardware is used to control the shutters as long as they are working with FHEM. <br />
<h4>Note</h4>
If you had installed ROLLO before it became part of FHEM and you didn't update it for a long time, you might miss the "position" readings and the corresponding set command. "position" was replaced with "pct" to ensure compatibility with other modules (like <a href="https://fhem.de/commandref.html#AutoShuttersControl">Automatic shutter control - ASC</a>). Please adjust your notifies/DOIFs accordingly.
<h4>Example</h4>
<code>define TestRollo ROLLO</code>
@ -992,10 +995,16 @@ sub ROLLO_Attr(@) {
<div>
<ul>
<p>Das Modul ROLLO bietet eine einfache Moeglichkeit, mit ein bis zwei Relais den Hoch-/Runterlauf eines Rolladen zu steuern und punktgenau anzuhalten.<br>
Ausserdem wird die aktuelle Position in FHEM dargestellt. Ueber welche Hardware/Module die Ausgaenge angesprochen werden ist dabei egal.<br /><h4>Example</h4>
Ausserdem wird die aktuelle Position in FHEM dargestellt. Ueber welche Hardware/Module die Ausgaenge angesprochen werden ist dabei egal.<br />
<h4>Anmerkung</h4>
Wenn ROLLO installiert wurde, bevor es Bestandteil von FHEM wurde und lange kein Update gemacht wurde, wirst du die "position" readings und das entsprechende set Kommando vermissen. "position" wurde durch "pct" ersetzt, um Kompatibilität mit anderen Modulen (wie <a href="https://fhem.de/commandref_DE.html#AutoShuttersControl">Automatic shutter control - ASC</a>) sicher zu stellen. Bitte passe deine notifies/DOIFs entsprechend an.
<h4>Example</h4>
<p>
<code>define TestRollo ROLLO</code>
<br />
</p><a name="ROLLO_Define"></a>
<h4>Define</h4>
<p>