type property

String? type
getter/setter pair

Type of the device for general display purposes.

For example: "THERMOSTAT". The device type should not be used to deduce or infer functionality of the actual device it is assigned to. Instead, use the returned traits for the device.

Output only.

Implementation

core.String? type;