values constant

Implementation

static const $core.List<PowerStressMessage_Opcode> values =
    <PowerStressMessage_Opcode>[
  UNSET,
  PRINT_INFO,
  FORCE_QUIET,
  END_QUIET,
  SCREEN_ON,
  SCREEN_OFF,
  CPU_IDLE,
  CPU_DEEPSLEEP,
  CPU_FULLON,
  LED_ON,
  LED_OFF,
  LORA_OFF,
  LORA_TX,
  LORA_RX,
  BT_OFF,
  BT_ON,
  WIFI_OFF,
  WIFI_ON,
  GPS_OFF,
  GPS_ON,
];