DeviceHealth_Power$json top-level constant

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

Implementation

@$core.Deprecated('Use deviceHealthDescriptor instead')
const DeviceHealth_Power$json = const {
  '1': 'Power',
  '2': const [
    const {
      '1': 'value',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.toit.model.DeviceHealth.Power.Value',
      '10': 'value'
    },
    const {
      '1': 'last_updated',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'lastUpdated'
    },
  ],
  '3': const [DeviceHealth_Power_Value$json],
};