Supported device types on iOS

Device support comes from one or more traits from either the Google Home ecosystem or the Matter specification and enable specific features on the device. To learn more about device types, see Data model on iOS.

Table key:

  • matter indicates the trait is from the Matter standard.
  • google indicates the trait is from the Google smart home.
  • Swift Sample App indicates if device state or limited control of the device (including reading and writing state) has been implemented in the sample app for the device type. Specific device control is listed for each device type if available.
  • Use Case indicates the device type from the Google Home ecosystem (as displayed in the Google Home app and featured on the Use Cases page) that the Home APIs device type maps to.
  • Device type IDs are unique and include a four-digit string (0000 or 6006), which corresponds to the Matter Vendor ID (VID). Often, log messages may only include the device type ID, for instance, when a type is unregistered. For example, home.matter.0000.types.002d is the Matter device type AirPurifierDeviceType, and home.matter.6006.types.0100 is the Google device type GoogleAirCoolerDeviceType.

The following devices and their associated traits are supported by the Home APIs for iOS:

Home APIs Device Type Traits Swift Sample App Use Case

Air Purifier

AirPurifierDeviceType

home.matter.0000.types.002d

A device that is designed to clean the air in a room.

Required Traits
     matter IdentifyTrait
     matter FanControlTrait

Air Purifier

Air Quality Sensor

AirQualitySensorDeviceType

home.matter.0000.types.002c

A device that is able to monitor and measure various parameters related to ambient air quality in indoor and outdoor environments.

Required Traits
     matter IdentifyTrait
     matter AirQualityTrait

Sensor

Contact Sensor

ContactSensorDeviceType

home.matter.0000.types.0015

A device that detects whether an object, such as a door or window, is opened or closed.

Required Traits
     matter IdentifyTrait
     matter BooleanStateTrait

Optional Traits
     matter BooleanStateConfigurationTrait
Sensor

Flow Sensor

FlowSensorDeviceType

home.matter.0000.types.0306

A device that measures and reports the flow rate of a fluid.

Required Traits
     matter IdentifyTrait
     matter FlowMeasurementTrait

Sensor

Humidity Sensor

HumiditySensorDeviceType

home.matter.0000.types.0307

A device that reports humidity measurements.

Required Traits
     matter IdentifyTrait
     matter RelativeHumidityMeasurementTrait

Sensor

Light Sensor

LightSensorDeviceType

home.matter.0000.types.0106

A measurement and sensing device that is capable of measuring and reporting the intensity of light (illuminance) to which the sensor is being subjected.

Required Traits
     matter IdentifyTrait
     matter IlluminanceMeasurementTrait

Sensor

Occupancy Sensor

OccupancySensorDeviceType

home.matter.0000.types.0107

A measurement and sensing device that is capable of measuring and reporting the occupancy state in a designated area.

Required Traits
     matter IdentifyTrait
     matter OccupancySensingTrait

Sensor

On/Off Sensor

OnOffSensorDeviceType

home.matter.0000.types.0850

A measurement and sensing device that, when bound to a lighting device, is capable of being used to switch the device on or off.

Required Traits
     matter IdentifyTrait

Sensor

Pressure Sensor

PressureSensorDeviceType

home.matter.0000.types.0305

A device that measures and reports the pressure of a fluid.

Required Traits
     matter IdentifyTrait
     matter PressureMeasurementTrait

Sensor

Rain Sensor

RainSensorDeviceType

home.matter.0000.types.0044

A device that reports the presence of rain.

Required Traits
     matter IdentifyTrait
     matter BooleanStateTrait

Optional Traits
     matter BooleanStateConfigurationTrait
Sensor

Temperature Sensor

TemperatureSensorDeviceType

home.matter.0000.types.0302

A device that reports measurements of temperature.

Required Traits
     matter IdentifyTrait
     matter TemperatureMeasurementTrait

Sensor

Water Freeze Detector

WaterFreezeDetectorDeviceType

home.matter.0000.types.0041

A device that reports the potential of water freezing.

Required Traits
     matter IdentifyTrait
     matter BooleanStateTrait

Optional Traits
     matter BooleanStateConfigurationTrait
Sensor

Water Leak Detector

WaterLeakDetectorDeviceType

home.matter.0000.types.0043

A device that reports the presence of a water leak.

Required Traits
     matter IdentifyTrait
     matter BooleanStateTrait

Optional Traits
     matter BooleanStateConfigurationTrait
Sensor

Basic Video Player

BasicVideoPlayerDeviceType

home.matter.0000.types.0028

A device that is able to play media to a physical output or to a display screen which is part of the device. It has basic controls for playback (such as play or pause) and keypad input (up, down, number input).

Required Traits
     matter OnOffTrait
     matter MediaPlaybackTrait
     matter KeypadInputTrait

Optional Traits...
     matter WakeOnLanTrait
     matter ChannelTrait
     matter TargetNavigatorTrait
     matter MediaInputTrait
     matter LowPowerTrait
     matter AudioOutputTrait
TV

Casting Video Player

CastingVideoPlayerDeviceType

home.matter.0000.types.0023

A device that is able to play media to a physical output or to a display screen which is part of the device, and is able to launch content. It has basic controls for playback (such as play or pause) and keypad input (up, down, number input).

Required Traits
     matter OnOffTrait
     matter MediaPlaybackTrait
     matter KeypadInputTrait
     matter ContentLauncherTrait

Optional Traits...
     matter WakeOnLanTrait
     matter ChannelTrait
     matter TargetNavigatorTrait
     matter MediaInputTrait
     matter LowPowerTrait
     matter AudioOutputTrait
     matter ApplicationLauncherTrait
     matter AccountLoginTrait
TV

TV

GoogleTVDeviceType

home.matter.6006.types.0155

A device that combines a tuner, display, and loudspeakers for the purpose of viewing and hearing media.

Optional Traits
     google ExtendedApplicationLauncherTrait
     matter ChannelTrait
     google ExtendedChannelTrait
     google ExtendedMediaInputTrait
     matter MediaPlaybackTrait
     google ExtendedMediaPlaybackTrait
     google MediaActivityStateTrait
     matter OnOffTrait
     matter LevelControlTrait
     google ExtendedLevelControlTrait
TV

Color Dimmer Switch

ColorDimmerSwitchDeviceType

home.matter.0000.types.0105

A device that is able to control a lighting device by adjusting its color temperature and intensity.

Required Traits
     matter IdentifyTrait

Switch

Dimmer Switch

DimmerSwitchDeviceType

home.matter.0000.types.0104

A device that is capable of switching a device on or off and controlling the intensity of the light.

Required Traits
     matter IdentifyTrait

Switch

Generic Switch

GenericSwitchDeviceType

home.matter.0000.types.000f

A device that is capable of being switched on or off, either by latching (such as a rocker) or by momentary (such as a push button).

Required Traits
     matter IdentifyTrait
     matter SwitchTrait

Optional Traits
     google SyntheticSwitchTrait
Switch

Color Temperature Light

ColorTemperatureLightDeviceType

home.matter.0000.types.010c

A lighting device that is capable of being switched on or off, the intensity of its light adjusted, and its color temperature adjusted.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter LevelControlTrait
     matter ColorControlTrait

Light

Dimmable Light

DimmableLightDeviceType

home.matter.0000.types.0101

A lighting device that is capable of being switched on or off, the intensity of its light adjusted, and being switched by means of a bound occupancy sensor.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter LevelControlTrait

Optional Traits
     google LightEffectsTrait
Light

Extended Color Light

ExtendedColorLightDeviceType

home.matter.0000.types.010d

A lighting device that is capable of being switched on or off, the intensity of its light adjusted, its color temperature adjusted, and being switched by means of a bound occupancy sensor.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter LevelControlTrait
     matter ColorControlTrait

Light

On/Off Light

OnOffLightDeviceType

home.matter.0000.types.0100

A lighting device that is capable of being switched on or off.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait

Light

Cook Surface

CookSurfaceDeviceType

home.matter.0000.types.0077

A device that represents a heating object on a cooking or other similar device.

Optional Traits
     matter OnOffTrait
     matter TemperatureControlTrait
     matter TemperatureMeasurementTrait
Cooktop

Cooktop

CooktopDeviceType

home.matter.0000.types.0078

A device that represents a cooking surface with one or more heating elements.

Required Traits
     matter OnOffTrait

Optional Traits...
     matter IdentifyTrait
     google CookTrait
     google TimerTrait
Cooktop

Dimmable Plug-In Unit

DimmablePlugInUnitDeviceType

home.matter.0000.types.010b

A device that is capable of being switched on or off and have its level adjusted by means of a bound controller device such as a Dimmer Switch or a Color Dimmer Switch.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter LevelControlTrait

Outlet

On/Off Plug-in Unit

OnOffPluginUnitDeviceType

home.matter.0000.types.010a

A device that is capable of being switched on or off by means of a bound controller device such as an On/Off Light Switch or a Dimmer Switch.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait

Optional Traits
     matter LevelControlTrait
Outlet

Dishwasher

DishwasherDeviceType

home.matter.0000.types.0075

A device that washes dishes, cutlery, and other items associated with food preparation and consumption.

Required Traits
     matter OperationalStateTrait

Optional Traits...
     matter IdentifyTrait
     matter OnOffTrait
     matter TemperatureControlTrait
     matter DishwasherModeTrait
     matter DishwasherAlarmTrait
     google ExtendedOperationalStateTrait
     google ExtendedTemperatureControlTrait
Dishwasher

Door Lock

DoorLockDeviceType

home.matter.0000.types.000a

A device used to secure a door, which can be actuated either by means of a manual or a remote method.

Required Traits
     matter IdentifyTrait
     matter DoorLockTrait

Lock

Energy Evse

EnergyEvseDeviceType

home.matter.0000.types.050c

A device that is capable of charging an electric or plug-in hybrid vehicle.

Required Traits
     matter EnergyEvseTrait
     matter EnergyEvseModeTrait

Charger

Charger

GoogleChargerDeviceType

home.matter.6006.types.0162

A device that charges electrical storage batteries. Interactions with chargers may include starting and stopping charging, and checking the current charge level, capacity remaining, and capacity until full values.

Optional Traits
     matter PowerSourceTrait
     google ExtendedPowerSourceTrait
Charger

Extractor Hood

ExtractorHoodDeviceType

home.matter.0000.types.007a

A device that that is generally installed above a stove or cooktop to reduce odors and smoke by extracting the air.

Required Traits
     matter FanControlTrait

Hood

Fan

FanDeviceType

home.matter.0000.types.002b

A device that features a fan and supports multiple modes and variable speed.

Required Traits
     matter IdentifyTrait
     matter FanControlTrait

Optional Traits
     google ExtendedFanControlTrait
Fan

Air Cooler

GoogleAirCoolerDeviceType

home.matter.6006.types.0100

A device that allows temperature cooling and humidity control. These devices are typically more lightweight and portable than air conditioners, and have a water tank attached. Air coolers may not support heating or setting exact temperatures. Interactions with air coolers may include changing the fan speed and humidity setting.

Required Traits
     matter OnOffTrait

Air Cooler

Audio Video Receiver

GoogleAudioVideoReceiverDeviceType

home.matter.6006.types.0159

A device that takes audio input (for example, HDMI, optical, and RCA) and outputs sound to one or more speakers.

Optional Traits
     google ExtendedApplicationLauncherTrait
     google ExtendedMediaInputTrait
     matter MediaPlaybackTrait
     google ExtendedMediaPlaybackTrait
     google MediaActivityStateTrait
     matter OnOffTrait
     matter LevelControlTrait
     google ExtendedLevelControlTrait
Audio Video Receiver

Auto

GoogleAutoDeviceType

home.matter.6006.types.0102

Optional Traits
     google LockUnlockTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
     matter PowerSourceTrait
     google ExtendedPowerSourceTrait
     google TogglesTrait
     google ExtendedModeSelectTrait
Auto

Bathtub

GoogleBathtubDeviceType

home.matter.6006.types.0104

A device that can be filled and drained, possibly to particular levels if the bathtub supports it.

Optional Traits
     matter TemperatureControlTrait
     google FillTrait
     matter TemperatureMeasurementTrait
     google ExtendedTemperatureControlTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Bathtub

Blender

GoogleBlenderDeviceType

home.matter.6006.types.0108

A kitchen appliance device used to stir, chop, or mix food. Interactions with blenders may include starting and stopping, setting a timer, setting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Blender

Boiler

GoogleBoilerDeviceType

home.matter.6006.types.015d

A device consisting of a closed vessel and heat source, in which steam or other vapor is generated from water to supply heat. Boilers can be turned on and off, and may support adjusting temperature.

Optional Traits
     matter TemperatureControlTrait
     matter TemperatureMeasurementTrait
     google ExtendedTemperatureControlTrait
     matter OnOffTrait
Boiler

Closet

GoogleClosetDeviceType

home.matter.6006.types.010b

A device consisting of a small enclosed area that is used for storing items. Closets can be opened and closed, potentially in more than one direction.

Optional Traits
     google OpenCloseTrait
Closet

Coffee Maker

GoogleCoffeeMakerDeviceType

home.matter.6006.types.010d

A kitchen applicance device that makes coffee. Interactions with coffee makers may include turning them on and off, adjusting cooking modes and food presets, adjusting the target temperature, and adjusting various non-cooking mode settings.

Required Traits
     matter OnOffTrait

Coffee Maker

Control Panel

GoogleControlPanelDeviceType

home.matter.6006.types.010f

A device that is capable of configuring and controlling other devices.

Required Traits
     google ElevatorControlTrait
     google ParkingLocationTrait

Control Panel

Dehydrator

GoogleDehydratorDeviceType

home.matter.6006.types.0110

A kitchen appliance device that is used to dehydrate foods such as fruit and vegetables. Interactions with dehydrators may include starting and stopping, setting a timer, adjusting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Dehydrator

Door

GoogleDoorDeviceType

home.matter.6006.types.0112

A device consisting of a solid, movable barrier that controls access to an entrance, a closet, a cabinet, and so forth. A door can be opened and closed, potentially in more than one direction.

Optional Traits
     matter DoorLockTrait
     google OpenCloseTrait
Door

Doorbell

GoogleDoorbellDeviceType

home.matter.6006.types.0113

A device actuated by a button outside a door that makes an audible and/or visual signal, used to request the attention of a person who is somewhere on the other side of the door. This device may be capable of sending notifications and/or streaming video.

Required Traits
     google DoorbellPressTrait

Optional Traits...
     google ClipTrait
     google RecordTrait
     google ObjectDetectionTrait
Doorbell

Drawer

GoogleDrawerDeviceType

home.matter.6006.types.0114

A device consisting of a sliding, lidless, horizontal compartment that may be drawn out from a piece of furniture or a wall in order to gain access to it. Drawers can be opened and closed, potentially in more than one direction.

Optional Traits
     google OpenCloseTrait
Drawer

Faucet

GoogleFaucetDeviceType

home.matter.6006.types.0117

A device that controls the flow of liquid. Faucets can dispense liquids in various quantities and presets. Faucets may have various modes and each mode has its own related settings. These are specific to the faucet and are interpreted in a generalized form.

Optional Traits
     matter TemperatureControlTrait
     matter TemperatureMeasurementTrait
     google ExtendedTemperatureControlTrait
     google DispenseTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Faucet

Freezer

GoogleFreezerDeviceType

home.matter.6006.types.011a

A temperature-managing device which may be adjusted to various mode settings, and may allow temperature monitoring.

Required Traits
     matter TemperatureControlTrait

Freezer

Fryer

GoogleFryerDeviceType

home.matter.6006.types.011b

A kitchen appliance device that cooks food by frying it. Interactions with fryers may include starting and stopping, setting a timer, adjusting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Fryer

Game Console

GoogleGameConsoleDeviceType

home.matter.6006.types.011c

A device used to manage and play video games. Interactions with game consoles include playing games and operating device controls.

Required Traits
     matter OnOffTrait

Game Console

Garage

GoogleGarageDeviceType

home.matter.6006.types.011d

A device consisting of a solid, movable barrier that controls access to a garage. Garage doors can open, close, and detect an open state. They can also indicate if an object has obstructed the path of the door while closing or if the door is locked and therefore cannot be controlled.

Optional Traits
     google LockUnlockTrait
Garage

Gate

GoogleGateDeviceType

home.matter.6006.types.011f

A device consisting of a solid, movable barrier that controls access to an outside area through a fence or wall. Gates can be opened and closed, potentially in more than on direction.

Optional Traits
     google LockUnlockTrait
Gate

Grill

GoogleGrillDeviceType

home.matter.6006.types.0120

A device that is used to cook food on a grate by applying direct heat from below. Interactions with grills may include turning them on and off, starting and stopping, setting a timer, adjusting cooking modes and food presets, and adjusting various non-cooking mode settings.

Optional Traits
     google CookTrait
     matter OnOffTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Grill

Kettle

GoogleKettleDeviceType

home.matter.6006.types.0125

A device that boils water for use in hot beverages such as tea. Interactions with kettles may include turning them on and off, adjusting the target temperature, and perhaps adjusting various mode settings.

Required Traits
     matter OnOffTrait

Kettle

Mop

GoogleMopDeviceType

home.matter.6006.types.0163

A device that is used to clean floors by dampening and scrubbing them.

Required Traits
     google DockTrait

Optional Traits...
     google RebootTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
     google LocatorTrait
     matter PowerSourceTrait
     google ExtendedPowerSourceTrait
     matter OnOffTrait
Mop

Mower

GoogleMowerDeviceType

home.matter.6006.types.012b

A device used to trim a lawn to a uniform height. Interactions with mowers may include starting, stopping and pausing mowing, docking, checking the current cycle, locating the mower, and adjusting various modes.

Optional Traits
     google DockTrait
     matter OnOffTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
     google LocatorTrait
     matter PowerSourceTrait
     google ExtendedPowerSourceTrait
Mower

Multicooker

GoogleMulticookerDeviceType

home.matter.6006.types.012c

A device used to cook food using various methods including slow cooking, sauteing, steaming, or pressure cooking, typically while unattended. Interactions with multicookers may include starting and stopping, setting a timer, or and adjusting non-cooking modes.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Multicooker

Network

GoogleNetworkDeviceType

home.matter.6006.types.0164

A device representing a group of router nodes or a mesh network controlled as a single entity rather than as individual devices. The network device may reboot, update its software, and have modes to handle Quality of Service (QoS) controls and parental restrictions. The device can perform operations such as enabling the guest network, and reporting network-specific information such as the current internet throughput rates.

Required Traits
     google NetworkControlTrait

Optional Traits...
     google RebootTrait
     google SoftwareUpdateTrait
Network

Pergola

GooglePergolaDeviceType

home.matter.6006.types.012f

A device consisting of an arbor formed of horizontal trelliswork supported on columns or posts that can be opened and closed, potentially in more than one direction. For example, some pergolas with a canvas may open either to the LEFT or RIGHT.

Optional Traits
     google OpenCloseTrait
     google RotationTrait
Pergola

Pet Feeder

GooglePetFeederDeviceType

home.matter.6006.types.0130

A device that automatically dispenses food to house pets such as cats and dogs. Interactions with pet feeders may include dispensing pet food or water in various quantities and presets.

Optional Traits
     google DispenseTrait
     matter OnOffTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Pet Feeder

Pressure Cooker

GooglePressureCookerDeviceType

home.matter.6006.types.0133

A kitchen appliance device that cooks food quickly at a high temperature using steam under pressure. Interactions with pressure cookers may include starting and stopping, setting a timer, adjusting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
Pressure Cooker

Router

GoogleRouterDeviceType

home.matter.6006.types.0137

A network device that controls network traffic between two or more different networks. Routers can reboot, update their software, have modes to handle Quality of Service (QoS) controls and parental restrictions, and perform network specific operations (such as enabling the guest network and reporting network specific information such as the current internet throughput rates).

Required Traits
     google NetworkControlTrait

Optional Traits...
     google RebootTrait
     google SoftwareUpdateTrait
Router

Security System

GoogleSecuritySystemDeviceType

home.matter.6006.types.013b

A device that monitors one or more sensors in a building and can raise an alert if a sensor detects unexpected activity. Security systems can be armed and disarmed. They can be armed at multiple security levels (for example, Home and Away) and they can report information about certain sensors, such as a sensor that detects motion or an open window.

Required Traits
     google ArmDisarmTrait

Security System

Set Top Box

GoogleSetTopBoxDeviceType

home.matter.6006.types.015a

A device connected to a TV that is used to access digital video channels. Interactions with Multichannel Video Programming Distributor (MVPD) and set-top-box devices may include controlling media playback.

Required Traits
     matter ChannelTrait
     matter OnOffTrait

Set Top Box

Shower

GoogleShowerDeviceType

home.matter.6006.types.013d

A device consisting of an area where water is sprayed on the body for the purpse of washing. Showers can be turned on and off and may support adjusting temperature.

Optional Traits
     matter TemperatureControlTrait
     matter TemperatureMeasurementTrait
     google ExtendedTemperatureControlTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Shower

Soundbar

GoogleSoundbarDeviceType

home.matter.6006.types.0151

An all-in-one audio device that is often used in conjunction with a TV and has a bar form factor.

Required Traits
     matter OnOffTrait

Soundbar

Sous Vide

GoogleSousVideDeviceType

home.matter.6006.types.013e

A kitchen appliance device used to cook foods in a vacuum at comparatively low temperatures. Interactions with sous vides may include starting and stopping, setting a timer, adjusting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Sous Vide

Sprinkler

GoogleSprinklerDeviceType

home.matter.6006.types.0141

A device used to distribute water evenly across an area such as a garden. Sprinklers can start and stop (or turn on and off). They may also support timers and/or schedules.

Optional Traits
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Sprinkler

Standmixer

GoogleStandmixerDeviceType

home.matter.6006.types.0142

A kitchen appliance device used to blend dry and liquid ingredients to make batter or dough. Interactions with stand mixers may include turning mixers on and off, starting and stopping the mixer, adjusting cooking modes or food presets, or adjusting various non-cooking mode settings.

Required Traits
     matter OnOffTrait

Standmixer

Streaming Box

GoogleStreamingBoxDeviceType

home.matter.6006.types.0152

A device connected to a TV that is used to access digital streaming services for media and music, often used in conjunction with a display such as a TV.

Required Traits
     matter OnOffTrait

Optional Traits...
     matter ChannelTrait
     google ExtendedApplicationLauncherTrait
     google ExtendedChannelTrait
     google ExtendedMediaInputTrait
     matter MediaPlaybackTrait
     google ExtendedMediaPlaybackTrait
     google MediaActivityStateTrait
     matter LevelControlTrait
     google ExtendedLevelControlTrait
Streaming Box

Streaming Soundbar

GoogleStreamingSoundbarDeviceType

home.matter.6006.types.0153

A device consisting of a combination of speaker and streaming stick or box that provides a streaming experience in addition to soundbar capabilities.

Required Traits
     matter OnOffTrait

Streaming Soundbar

Streaming Stick

GoogleStreamingStickDeviceType

home.matter.6006.types.0154

A device having a small stick-like form factor, usually powered by a USB or HDMI cable, that is connected to a display such as a TV and is used to access digital streaming services for media and music.

Optional Traits
     matter OnOffTrait
     google ExtendedApplicationLauncherTrait
     matter MediaPlaybackTrait
     google ExtendedMediaPlaybackTrait
     google MediaActivityStateTrait
     matter LevelControlTrait
     google ExtendedLevelControlTrait
Streaming Stick

Water Purifier

GoogleWaterPurifierDeviceType

home.matter.6006.types.014b

A device that filters and purifies water.

Optional Traits
     matter OnOffTrait
     google PreFilterMonitoringTrait
     google FilterMonitoringTrait
Water Purifier

Water Softener

GoogleWaterSoftenerDeviceType

home.matter.6006.types.014c

A device that removes minerals from water.

Optional Traits
     matter OnOffTrait
     google PreFilterMonitoringTrait
     google FilterMonitoringTrait
Water Softener

Window

GoogleWindowDeviceType

home.matter.6006.types.014e

A transparent device that allows light into a structure. Windows can be opened and closed, optionally with sections that open in different directions, and may also be locked and unlocked.

Optional Traits
     google LockUnlockTrait
     google OpenCloseTrait
Window

Yogurtmaker

GoogleYogurtmakerDeviceType

home.matter.6006.types.0150

A kitchen appliance device that makes yogurt. Interactions with yogurt makers may include starting and stopping, setting a timer, adjusting cooking modes or food presets, or adjusting other various settings.

Required Traits
     matter OnOffTrait

Optional Traits...
     google CookTrait
     google TimerTrait
     matter OperationalStateTrait
     google ExtendedOperationalStateTrait
Yogurtmaker

Laundry Dryer

LaundryDryerDeviceType

home.matter.0000.types.007c

A device capable of drying laundry items.

Required Traits
     matter OperationalStateTrait

Optional Traits...
     matter IdentifyTrait
     matter OnOffTrait
     matter LaundryDryerControlsTrait
     matter LaundryWasherModeTrait
     matter TemperatureControlTrait
     google ExtendedOperationalStateTrait
     google TimerTrait
     google TogglesTrait
Dryer

Laundry Washer

LaundryWasherDeviceType

home.matter.0000.types.0073

A device capable of laundering consumer items.

Required Traits
     matter OperationalStateTrait

Optional Traits...
     matter IdentifyTrait
     matter OnOffTrait
     matter LaundryWasherModeTrait
     matter LaundryWasherControlsTrait
     matter TemperatureControlTrait
     google ExtendedOperationalStateTrait
     google TogglesTrait
     google ExtendedTemperatureControlTrait
     google ExtendedModeSelectTrait
Washer

Microwave Oven

MicrowaveOvenDeviceType

home.matter.0000.types.0079

A device that uses microwaves to heat food and beverages.

Required Traits
     matter MicrowaveOvenModeTrait
     matter MicrowaveOvenControlTrait
     matter OperationalStateTrait

Optional Traits...
     matter IdentifyTrait
     matter FanControlTrait
     google ExtendedModeSelectTrait
     google CookTrait
     google TimerTrait
Microwave

Oven

OvenDeviceType

home.matter.0000.types.007b

A device that contains one or more cabinets, and optionally a cooktop, and is capable of heating food.

Optional Traits
     matter IdentifyTrait
Oven

Pump

PumpDeviceType

home.matter.0000.types.0303

A device typically used to pump fluids like water that may have variable speed. It may have optional built-in sensors and a regulation mechanism.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter PumpConfigurationAndControlTrait

Pump

Pump Controller

PumpControllerDeviceType

home.matter.0000.types.0304

A device that is capable of configuring and controlling a pump.

Required Traits
     matter IdentifyTrait

Pump

Refrigerator

RefrigeratorDeviceType

home.matter.0000.types.0070

A device containing one or more cabinets capable of chilling or freezing food.

Optional Traits
     matter IdentifyTrait
     matter RefrigeratorAndTemperatureControlledCabinetModeTrait
     matter RefrigeratorAlarmTrait
     google ExtendedTemperatureControlTrait
Refrigerator

Robotic Vacuum Cleaner

RoboticVacuumCleanerDeviceType

home.matter.0000.types.0074

A device that autonomously cleans floors and carpets by vacuuming dirt and debris.

Required Traits
     matter IdentifyTrait
     matter RvcRunModeTrait
     matter RvcOperationalStateTrait

Vacuum

Room Air Conditioner

RoomAirConditionerDeviceType

home.matter.0000.types.0072

A device with the primary function of controlling the air temperature in a single room.

Required Traits
     matter IdentifyTrait
     matter OnOffTrait
     matter ThermostatTrait

AC

Speaker

SpeakerDeviceType

home.matter.0000.types.0022

An audio or video device is capable of having its volume controlled and can be muted or unmuted.

Required Traits
     matter OnOffTrait
     matter LevelControlTrait

Speaker

Thermostat

ThermostatDeviceType

home.matter.0000.types.0301

A device that is capable of having either built-in or separate sensors for temperature, humidity or occupancy, and allows the desired temperature to be set. A Thermostat is capable of sending heating and/or cooling requirement notifications to a heating/cooling unit (for example, an indoor air handler) or is capable of including a mechanism to control a heating or cooling unit directly.

Required Traits
     matter IdentifyTrait
     matter ThermostatTrait

Thermostat

Video Remote Control

VideoRemoteControlDeviceType

home.matter.0000.types.002a

A device that can control a video player, for example, a traditional universal remote control.

Optional Traits
     google ExtendedLevelControlTrait
     google ExtendedChannelTrait
     google ExtendedMediaInputTrait
     google ExtendedApplicationLauncherTrait
     google ExtendedMediaPlaybackTrait
     google MediaActivityStateTrait
Media Remote

Water Valve

WaterValveDeviceType

home.matter.0000.types.0042

A device that is capable of configuring and controlling the flow of water.

Required Traits
     matter IdentifyTrait
     matter ValveConfigurationAndControlTrait

Optional Traits
     matter FlowMeasurementTrait
Valve

Window Covering

WindowCoveringDeviceType

home.matter.0000.types.0202

A device that covers a window and is capable of being raised or tilted.

Required Traits
     matter IdentifyTrait
     matter WindowCoveringTrait

Optional Traits
     google OpenCloseTrait
Blinds