values constant

List<PowerMon_State> const values

Implementation

static const $core.List<PowerMon_State> values = <PowerMon_State>[
  None,
  CPU_DeepSleep,
  CPU_LightSleep,
  Vext1_On,
  Lora_RXOn,
  Lora_TXOn,
  Lora_RXActive,
  BT_On,
  LED_On,
  Screen_On,
  Screen_Drawing,
  Wifi_On,
  GPS_Active,
];