mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
@ A command with queue full 'hook' behavior
|
|
async command CMD_HOOK hook
|
|
|
|
@ A command with params, priority, and queue full 'hook' behavior
|
|
async command CMD_PARAMS_PRIORITY_HOOK(
|
|
u32: U32
|
|
) priority 30 hook
|