DeviceStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceStatusDescriptor instead')
const DeviceStatus$json = const {
  '1': 'DeviceStatus',
  '2': const [
    const {
      '1': 'revision',
      '3': 1,
      '4': 1,
      '5': 3,
      '8': const {'3': true},
      '10': 'revision',
    },
    const {'1': 'epoch', '3': 6, '4': 1, '5': 12, '10': 'epoch'},
    const {
      '1': 'state_revision',
      '3': 5,
      '4': 1,
      '5': 3,
      '10': 'stateRevision'
    },
    const {
      '1': 'updated',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'updated'
    },
    const {
      '1': 'config_revision',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'configRevision'
    },
    const {'1': 'sdk', '3': 4, '4': 1, '5': 9, '10': 'sdk'},
    const {'1': 'model', '3': 7, '4': 1, '5': 9, '10': 'model'},
    const {
      '1': 'config',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceConfig',
      '10': 'config'
    },
    const {'1': 'connected', '3': 9, '4': 1, '5': 8, '10': 'connected'},
    const {
      '1': 'boot',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceBootStatus',
      '10': 'boot'
    },
    const {
      '1': 'health',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceHealth',
      '10': 'health'
    },
    const {
      '1': 'connection',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceConnectionStatus',
      '10': 'connection'
    },
    const {
      '1': 'modules',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceModulesStatus',
      '10': 'modules'
    },
  ],
};