planEta property

  1. @ImcField('Plan -- ETA', 'plan_eta', ImcType.typeInt32, units: 's')
int planEta

Current plan estimated time to completion. The value will be -1 if the time is unknown or undefined.

Implementation

@ImcField('Plan -- ETA', 'plan_eta', ImcType.typeInt32, units: 's')
int get planEta;