duration property

  1. @ImcField('Duration', 'duration', ImcType.typeUInt16, units: 's')
int duration

Optional duration of the Idle maneuver. Use '0' for unlimited duration time (maneuver will have to be explicitly stopped).

Implementation

@ImcField('Duration', 'duration', ImcType.typeUInt16, units: 's')
int get duration;