Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CmdName

API CMD Ask Radiod to do something via NATS. Reply indicates weather CMD is accepted or not. The actual action will be performed asynchronously and may fail in the process.

Index

Enumeration members

NAME = "name"

Set name/VIN for ACU to use. Using this API will remove the name from configuration file and optionally set the new name in config file. This is ignored on Platform=AGV.

PAIR = "pair"

Trigger pairing with fleetmgr_paird

SCAN = "scan"

Trigger wifi scan

STATE = "state_event"

Trigger state change

SWUPDATE = "swupdate"

Reboot to swupdate

WIFI_WHITELIST = "wifi-whitelist"

Suggest possible Wi-Fi BSSs to roam to. Use CmdWifiWhiteListParam as param. Empty Array as param would clear the list.

WIREGUARD = "wireguard"

Turn WireGuard interface on or off Use CmdWireGuardParam as param

Generated using TypeDoc