PowerStressMessage_Opcode$json top-level constant

  1. @Deprecated('Use powerStressMessageDescriptor instead')
Map<String, Object> const PowerStressMessage_Opcode$json

Implementation

@$core.Deprecated('Use powerStressMessageDescriptor instead')
const PowerStressMessage_Opcode$json = {
  '1': 'Opcode',
  '2': [
    {'1': 'UNSET', '2': 0},
    {'1': 'PRINT_INFO', '2': 1},
    {'1': 'FORCE_QUIET', '2': 2},
    {'1': 'END_QUIET', '2': 3},
    {'1': 'SCREEN_ON', '2': 16},
    {'1': 'SCREEN_OFF', '2': 17},
    {'1': 'CPU_IDLE', '2': 32},
    {'1': 'CPU_DEEPSLEEP', '2': 33},
    {'1': 'CPU_FULLON', '2': 34},
    {'1': 'LED_ON', '2': 48},
    {'1': 'LED_OFF', '2': 49},
    {'1': 'LORA_OFF', '2': 64},
    {'1': 'LORA_TX', '2': 65},
    {'1': 'LORA_RX', '2': 66},
    {'1': 'BT_OFF', '2': 80},
    {'1': 'BT_ON', '2': 81},
    {'1': 'WIFI_OFF', '2': 96},
    {'1': 'WIFI_ON', '2': 97},
    {'1': 'GPS_OFF', '2': 112},
    {'1': 'GPS_ON', '2': 113},
  ],
};