Skip to content

Commands UI

Send remote commands from the device page.

Available command inputs

  • Quick action buttons (for common actions)
  • Advanced JSON command editor

Required payload shape

Use JSON and include a command key.

json
{"cmd":"reboot"}

Built-in reserved commands:

  • reboot
  • wifi_reset
  • ota_check

Status labels

  • PUBLISHED: broker accepted the publish request
  • INVALID PAYLOAD: command payload is invalid
  • FAILED: publish failed

Use device telemetry/activity to confirm real command effect.