Files
ESPEasy/docs/source/Plugin/P081_events.repl
T
Gijs Noorlander bede949bef [docs] Replace code-block:: html with code-block:: none
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.
2020-08-04 13:18:36 +02:00

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
"