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

commandref_frame.html: document the toggle SetExtension (Forum #83520)

git-svn-id: https://svn.fhem.de/fhem/trunk@16169 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-02-13 21:14:43 +00:00
parent ab5146a988
commit f924134967
2 changed files with 6 additions and 0 deletions

View File

@ -1187,6 +1187,9 @@ The following local attributes are used by a wider range of devices:
</br>
set the device on for the specified intervals, which are all timespecs
in the form HH:MM[:SS]. The intervals are space separated.</li>
<li>toggle<br>
Issue the off command, if the current STATE is on, else the on command.
dim XX is also interpreted as on, if XX is not 0.</li>
</ul>
Examples:
<ul>

View File

@ -1262,6 +1262,9 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
ein Intervall besteht aus zwei Zeitspezifikationen, die mit einem "-"
getrennt sind.
</li>
<li>toggle<br>
Das Ger&auml;t wird mit "on" eingeschaltet, falls STATE "off" ist (oder
dim 0), sonst wird es mit "off" ausgeschaltet.
</ul>
Beispiele:
<ul>