uniqueId property

  1. @BuiltValueField(wireName: 'uniqueid')
String? uniqueId

Unique id of the sensor. Should be the MAC address of the device.

Implementation

@BuiltValueField(wireName: 'uniqueid')
String? get uniqueId;