deviceTypes property

List<String>? deviceTypes
getter/setter pair

List of Device types associated with this component.

Supported device types are defined in cs//depot/google3/home/homeservicelayer/uddm/types/uddm_device_types.proto and the type string is the enum name, for example: ON_OFF_LIGHT => "ON_OFF_LIGHT".

Required.

Implementation

core.List<core.String>? deviceTypes;