2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

90_at.pm: fixing typo in doc for nitpicker (Forum #137666)

git-svn-id: https://svn.fhem.de/fhem/trunk@28711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2024-03-27 11:25:38 +00:00
parent 70a4da1875
commit e06aa438e4

View File

@ -562,9 +562,9 @@ at_ultimo(;$$$)
on the last day of month.</br>
at_ultimo() can take additional parameters to specify an other time
on this day<br/>
<code>define at_ultimo at *{at_ultimo(12,23,45)} set lamp1
<code>define at_ultimo at *{at_ultimo(12,34,56)} set lamp1
off</code><br/>
This will create an at device which will be executed ad 12:34:45
This will create an at device which will be executed at 12:34:56
on the last day of month.<br/>
</li>
</ul>
@ -767,9 +767,9 @@ at_ultimo(;$$$)
Monats um 23:59:00 Uhr ausgeführt wird.<br/>
at_ultimo() kann drei optionale Parameter verarbeiten, um eine andere
Uhrzeit anzugeben.<br/>
<code>define at_ultimo at *{at_ultimo(12,23,45)} set lamp1
<code>define at_ultimo at *{at_ultimo(12,34,56)} set lamp1
off</code><br/>
Es wird ein at device erzeugt, das immer um 12:34:45 am Monatsletzten
Es wird ein at device erzeugt, das immer um 12:34:56 am Monatsletzten
ausgeführt wird.<br/>
</li>
</ul>