InterdeviceMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use interdeviceMessageDescriptor instead')
const InterdeviceMessage$json = {
  '1': 'InterdeviceMessage',
  '2': [
    {'1': 'nmea', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'nmea'},
    {
      '1': 'sensor',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.meshtastic.SensorData',
      '9': 0,
      '10': 'sensor'
    },
  ],
  '8': [
    {'1': 'data'},
  ],
};