mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
.. csv-table::
|
|
:header: "Event", "Example"
|
|
:widths: 30, 20
|
|
|
|
"
|
|
``Cron#foo``
|
|
Will trigger when the cron expression of task named ``foo`` matches the current time.
|
|
","
|
|
|
|
.. code-block:: html
|
|
|
|
on Cron#foo do
|
|
GPIO,2,1 //LED on
|
|
endon
|
|
|
|
"
|