CabinetProto_StatusType$json top-level constant

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

Implementation

@$core.Deprecated('Use cabinetProtoDescriptor instead')
const CabinetProto_StatusType$json = {
  '1': 'StatusType',
  '2': [
    {'1': 'STATE_IDLE', '2': 0},
    {'1': 'STATE_BUTTON', '2': 1},
    {'1': 'STATE_OPENING', '2': 2},
    {'1': 'STATE_LOCK_OPEN', '2': 3},
    {'1': 'STATE_HANDLE_OPEN', '2': 4},
    {'1': 'STATE_DOOR_OPEN', '2': 5},
    {'1': 'STATE_DOOR_CLOSED', '2': 6},
    {'1': 'STATE_HANDLE_CLOSED', '2': 7},
    {'1': 'STATE_CLOSING', '2': 8},
    {'1': 'STATE_LOCK_CLOSED', '2': 9},
  ],
};