Files
ESPEasy/docs/source/Plugin/P081_events.repl
T

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
"