whenIdle: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
Revision as of 22:34, 26 April 2021
- whenIdle [<boolean>]
- Set this option to 1 if you want to use the block only when Kore is doing nothing.
- whenNotIdle [<boolean>]
- Set this option to 1 if you want to use the block only when Kore is not doing nothing.
Examples
useSelf_item Firecracker { whenIdle 1 timeout 1 }
- Use Firecracker every one second when Kore is idle.