timestampLastService property

  1. @ImcField('Last Service Timestamp', 'timestamp_last_service', ImcType.typeFp64, units: 's')
double timestampLastService

The time when the last service was performed. The number of seconds is represented in Universal Coordinated Time (UCT) in seconds since Jan 1, 1970.

Implementation

@ImcField(
    'Last Service Timestamp', 'timestamp_last_service', ImcType.typeFp64,
    units: 's')
double get timestampLastService;