UrpDeviceState$json top-level constant

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

Implementation

@$core.Deprecated('Use urpDeviceStateDescriptor instead')
const UrpDeviceState$json = {
  '1': 'UrpDeviceState',
  '2': [
    {'1': 'urpStateBoot', '2': 0},
    {'1': 'urpStateInit', '2': 1},
    {'1': 'urpStateBleSearching', '2': 2},
    {'1': 'urpStateBleConnected', '2': 3},
    {'1': 'urpStatePrimed', '2': 4},
    {'1': 'urpStateMeasuring', '2': 5},
    {'1': 'urpStateSuccess', '2': 6},
    {'1': 'urpStateFailure', '2': 7},
    {'1': 'urpStateDfuPrepare', '2': 8},
    {'1': 'urpStateDfuUpdate', '2': 9},
    {'1': 'urpStateSleep', '2': 10},
    {'1': 'urpStateOff', '2': 11},
    {'1': 'urpStateError', '2': 12},
    {'1': 'urpStateCharging', '2': 13},
    {'1': 'urpStateCharged', '2': 14},
    {'1': 'urpStateEmpty', '2': 15},
    {'1': 'urpStateIdentify', '2': 16},
  ],
};