2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

commandref_frame.html: fix typo (Forum #115468)

git-svn-id: https://svn.fhem.de/fhem/trunk@23069 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-11-01 20:46:49 +00:00
parent 13466db341
commit eb6699fa5d
2 changed files with 2 additions and 2 deletions

View File

@ -1380,7 +1380,7 @@ The following local attributes are used by a wider range of devices:
&lt;regex&gt;. The delay can be given<ul>
<li>in seconds, with millisecond accuracy, as you can specify decimal places,
</li>
<li>as a timespec (HH:MM or HH::MM::SS or {perlfunc})</li>
<li>as a timespec (HH:MM or HH:MM:SS or {perlfunc})</li>
<li>or as a regex (devicename or devicename:event)</li></ul><br>
A sleep with an &lt;id&gt; will replace a sleep with the same &lt;id&gt;

View File

@ -1470,7 +1470,7 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
aufgetreten ist. Die verz&ouml;gerung kann<ul>
<li>in Sekunden (Millisekunden genau, da man Nachkommastellen spezifizieren
kann)</li>
<li> als timespec (HH:MM or HH::MM::SS oder {perlfunc})</li>
<li> als timespec (HH:MM or HH:MM:SS oder {perlfunc})</li>
<li>oder als suchmuster (Ger&auml;tename oder Ger&auml;tename:Event)</li>
</ul> angegeben werden.<br>