timeIdleGround property

  1. @ImcField('Time Idle - Ground', 'time_idle_ground', ImcType.typeFp32, units: 's')
double timeIdleGround

Amount of time the system spent idle on the ground.

Implementation

@ImcField('Time Idle - Ground', 'time_idle_ground', ImcType.typeFp32,
    units: 's')
double get timeIdleGround;