Logo

⚙️ Utility Commands

Utility Commands

Description: Waits for a specified time before running the next command.

Syntax:

delay '<milliseconds>'

Example:

delay '250'

LED Control

Description: Sets the color of the device's LED.

Syntax:

ledColor <r> <g> <b>

Example:

ledColor 255 0 0

Device & System Control

Description: Securely destroys data and disables the device.

Syntax:

selfDestruct

Example:

selfDestruct

On this page