Appearance
Type Alias: ControllerState
ts
type ControllerState =
| "idle"
| "arming"
| "control"
| "booting"
| "live"
| "confirm"
| "submitted"
| "restored";