Skip to content

Type Alias: ControllerState

ts
type ControllerState =
  | "idle"
  | "arming"
  | "control"
  | "booting"
  | "live"
  | "confirm"
  | "submitted"
  | "restored";

Proprietary. All rights reserved.