id property

  1. @ImcField('Id', 'id', ImcType.typePlaintext)
String id

An unique string that identifies the sensor. Used mostly for logging/presentation.

Implementation

@ImcField('Id', 'id', ImcType.typePlaintext)
String get id;