timeMotorNextService property

  1. @ImcField('Time Motor - Next Service', 'time_motor_next_service', ImcType.typeFp32, units: 's')
double timeMotorNextService

Amount of time the motor can run until the next recommended service.

Implementation

@ImcField(
    'Time Motor - Next Service', 'time_motor_next_service', ImcType.typeFp32,
    units: 's')
double get timeMotorNextService;