Device$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceDescriptor instead')
const Device$json = const {
  '1': 'Device',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 12, '10': 'id'},
    const {'1': 'hardware_id', '3': 5, '4': 1, '5': 12, '10': 'hardwareId'},
    const {'1': 'hardware_fqdn', '3': 6, '4': 1, '5': 9, '10': 'hardwareFqdn'},
    const {
      '1': 'config',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceConfig',
      '10': 'config'
    },
    const {
      '1': 'status',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceStatus',
      '10': 'status'
    },
    const {'1': 'is_simulator', '3': 9, '4': 1, '5': 8, '10': 'isSimulator'},
    const {
      '1': 'next_action',
      '3': 10,
      '4': 1,
      '5': 14,
      '6': '.toit.model.DeviceAction',
      '10': 'nextAction'
    },
  ],
};