fuel property

  1. @ImcField('Fuel', 'fuel', ImcType.typePlaintext, units: 'TupleList')
String fuel

Amount of fuel spent, in battery percentage, by different parcels (if applicable): Total=35,Hotel=5,Payload=10,Motion=20,IMU=0

Implementation

@ImcField('Fuel', 'fuel', ImcType.typePlaintext, units: 'TupleList')
String get fuel;