[Docs] Fix missing column for LoopTimerSetAndRun

This commit is contained in:
Ton Huisman
2026-04-30 20:58:05 +02:00
parent fbeef3f0bb
commit 9899648f30
+1
View File
@@ -402,6 +402,7 @@
LoopTimerSetAndRun
LoopTimerSetAndRun_ms","
:green:`Rules`","
Set a Loop-Timer using ``LoopTimerSet`` or ``LoopTimerSet_ms`` and immediately run the first iteration.
If a ``<nr of loops>`` value > 0 is included in the command, that count is decremented by 1 for the first iteration, as expected.