SensorData$json top-level constant

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

Implementation

@$core.Deprecated('Use sensorDataDescriptor instead')
const SensorData$json = {
  '1': 'SensorData',
  '2': [
    {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.meshtastic.MessageType',
      '10': 'type'
    },
    {'1': 'float_value', '3': 2, '4': 1, '5': 2, '9': 0, '10': 'floatValue'},
    {'1': 'uint32_value', '3': 3, '4': 1, '5': 13, '9': 0, '10': 'uint32Value'},
  ],
  '8': [
    {'1': 'data'},
  ],
};