- Home
- Docs
- ZeroTrace HID
- Utility Commands
ZeroTrace HID
Utility Commands
LED Control Commands
Description: Sets RGB LED to a specific color.
Syntax:
ledColor <r> <g> <b>
Parameters:
r: Red value (0-255)g: Green value (0-255)b: Blue value (0-255)
Example:
ledColor 255 0 0
ledColor 0 255 100
Device & System Control
Core Device Actions
Description: Reboots the device.
Syntax:
reboot
Example:
reboot
Storage and Security
Description: Formats (erases) the device storage.
Syntax:
formatStorage
Example:
formatStorage
System State and Modes
Description: Monitors keyboard lock keys and waits until the selected key state changes.
Supported Keys:
capslocknumlockscrolllock
Syntax:
stateChange '<key>'
Example:
stateChange 'capslock'
Timing Controls
Description: Pauses execution for a specified number of milliseconds.
Syntax:
delay <ms>
Example:
delay 1000