Skip to content
ZeroTrace cybersecurity hardware and software

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:

  • capslock
  • numlock
  • scrolllock

Syntax:

stateChange '<key>'

Example:

stateChange 'capslock'

Timing Controls

Description: Pauses execution for a specified number of milliseconds.

Syntax:

delay <ms>

Example:

delay 1000

Command Palette

Search for a command to run...