deviceType property

String? deviceType
getter/setter pair

The device type.

Supported: TRACKER | SCALE

Output only. Possible string values are:

  • "DEVICE_TYPE_UNSPECIFIED" : Device type is not specified.
  • "TRACKER" : Device type is tracker.
  • "SCALE" : Device type is scale.

Implementation

core.String? deviceType;