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

RESIDENTS,ROOMMATE,GUEST: add commandref description for new attribute wakeupDevice

git-svn-id: https://svn.fhem.de/fhem/trunk@8196 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-03-11 16:41:11 +00:00
parent fd28658598
commit 0e27c2ed1a
3 changed files with 18 additions and 0 deletions

View File

@ -1072,6 +1072,9 @@ sub RESIDENTS_Datetime2Timestamp($) {
<li>
<b>rgr_states</b> - list of states to be shown in FHEMWEB; separate entries by comma only and do NOT use spaces; unsupported states will lead to errors though
</li>
<li>
<b>rgr_wakeupDevice</b> - reference to renslaved DUMMY devices used as a wake-up timer (part of RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br>
<br>
@ -1295,6 +1298,9 @@ sub RESIDENTS_Datetime2Timestamp($) {
<li>
<b>rgr_states</b> - Liste aller in FHEMWEB angezeigter Status; Eintrage nur mit Komma trennen und KEINE Leerzeichen benutzen; nicht unterstützte Status führen zu Fehlern
</li>
<li>
<b>rgr_wakeupDevice</b> - Referenz zu versklavten DUMMY Ger&auml;ten, welche als Wecker benutzt werden (Teil von RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br>
<br>

View File

@ -1223,6 +1223,9 @@ sub GUEST_StartInternalTimers($$) {
<li>
<b>rg_states</b> - list of states to be shown in FHEMWEB; separate entries by comma only and do NOT use spaces; unsupported states will lead to errors though
</li>
<li>
<b>rg_wakeupDevice</b> - reference to renslaved DUMMY devices used as a wake-up timer (part of RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br>
<br>
@ -1496,6 +1499,9 @@ sub GUEST_StartInternalTimers($$) {
<li>
<b>rg_states</b> - Liste aller in FHEMWEB angezeigter Status; Eintrage nur mit Komma trennen und KEINE Leerzeichen benutzen; nicht unterstützte Status führen zu Fehlern
</li>
<li>
<b>rg_wakeupDevice</b> - Referenz zu versklavten DUMMY Ger&auml;ten, welche als Wecker benutzt werden (Teil von RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br>
<br>

View File

@ -1205,6 +1205,9 @@ sub ROOMMATE_StartInternalTimers($$) {
<li>
<b>rr_states</b> - list of states to be shown in FHEMWEB; separate entries by comma only and do NOT use spaces; unsupported states will lead to errors though
</li>
<li>
<b>rr_wakeupDevice</b> - reference to renslaved DUMMY devices used as a wake-up timer (part of RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br>
<br>
@ -1478,6 +1481,9 @@ sub ROOMMATE_StartInternalTimers($$) {
<li>
<b>rr_states</b> - Liste aller in FHEMWEB angezeigter Status; Eintrage nur mit Komma trennen und KEINE Leerzeichen benutzen; nicht unterstützte Status führen zu Fehlern
</li>
<li>
<b>rr_wakeupDevice</b> - Referenz zu versklavten DUMMY Ger&auml;ten, welche als Wecker benutzt werden (Teil von RESIDENTS Toolkit's wakeuptimer)
</li>
</ul>
</div><br />
<br />