sensorClass property

  1. @ImcField('Class', 'sensor_class', ImcType.typePlaintext)
String sensorClass

The class of a sensor tells the type of sensor originating this message. It will determine how the sensor is to be shown and (optionally) how the custom data (tuplelist) is to be interpreted.

Implementation

@ImcField('Class', 'sensor_class', ImcType.typePlaintext)
String get sensorClass;