mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
The HTML parser does not parse our own rules which is where it is used. So until we have a rules highlighter, we use the ``none`` highlighter.
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:: none
|
|
|
|
on Cron#foo do
|
|
GPIO,2,1 //LED on
|
|
endon
|
|
|
|
"
|