Matter Data Model and device types

The Data Model layer describes the supported remote operations of a Matter node using the concepts of attributes, commands and events, grouped into logical blocks called clusters. The clusters included in the Matter specification have well-defined scope and behavior to assure interoperability between Matter nodes developed by different vendors. A cluster can be abstract, meaning that it can underlie several device types to reduce the time and cost of introducing new product categories to Matter.

Data Model layer overview

Data Model layer overview

Nodes

Each device is composed of one or more nodes, which are complete implementations of a Matter application functionality on a single stack. Nodes are identifiable with a unique network address on a single network. They can communicate directly with other nodes in the network.

Endpoints

Each node is composed of one or more endpoints, which contain feature sets of single device functionalities. For example, in a voice-controlled door lock device, one endpoint could include the feature set for operating the bolt, while the other endpoint could include the feature set for handling a temperature sensor.

Note

Endpoint 0 is always reserved for Matter’s Utility Clusters. This is the only mandatory endpoint for each Matter device.

Clusters

Endpoints are composed of one or more clusters, which group attributes, commands and events that together make up each single feature in a set. For example, in an endpoint for operating a door bolt, one cluster could group attributes for moving the bolt to open or closed position, while other could group attributes for controlling alarms in case the door is opened in unauthorized way.

Clusters can be of the following types:

  • Server – responsible for holding values for Attributes, Commands, and Events.

  • Client – responsible for performing interactions with other Server Clusters.

The supported Matter application clusters are described in the Application Clusters specification, available to the Connectivity Standards Alliance members. Sets of clusters on one or more endpoint can form a device type, that is an officially defined collection of requirements that is conformant with the Device Library specification.

Attributes

Attributes are data entities that represent a physical quantity or state. They are stored in the Matter device’s memory, but can also be calculated dynamically on demand.

Commands

Commands are actions that can be used to trigger some behavior on other devices. For example, in a door lock device the lock door command can be used to trigger such action on a physical device.

Events

Events are a type of attributes that communicate device state changes. They can also be treated as historical data records of something that happened on the device in the past.

Data Model example: Door Lock

The following figure illustrates the Data Model structure of a common door lock device.

Data Model Door Lock example

Each Matter node must ensure that its Endpoint 0 satisfies the requirements of the Root Node device type. This device type enforces the availability of clusters used in the process of Matter commissioning and further administering of a Matter node.

Besides the Root Node endpoint, the door lock device provides Endpoint 1, which implements the Door Lock Device Type functionality as defined in the Matter specification. This device type enforces the availability of the Identify and DoorLock clusters.

Identify cluster

The Identify cluster is a cluster shared across many device types. It provides commands that allow a user to trigger a special effect, such as blinking an LED, that helps find the physical location of the device.

DoorLock cluster

The DoorLock cluster is a large cluster that contains many attributes, commands, and events for managing and operating a smart lock.

Examples of the attributes are the following:

  • LockType - A constant that assigns the device to one of the known lock categories.

  • LockState - An attribute that renders the current state of the lock: locked, unlocked, or moving from one position to another.

Examples of the commands are the following:

  • LockDoor and UnlockDoor - For remotely operating the lock.

  • SetCredential - For configuring the lock to require a specified credential, such as PIN code, to unlock the door.

An example of the event is DoorLockAlarm, which records occurrences of critical states of the lock. Examples of the critical states are jamming the lock or exceeding the limit of wrong PIN code entries.

Matter device types

A Matter device type is an officially defined collection of requirements for one or more endpoints. Device types are intended to ensure interoperability of different device brands on the market.

All device types are defined in the Device Library specification, which is available to Connectivity Standards Alliance members. Each device type definition is composed of the following elements:

  • Device type ID

  • Device type revision

  • One or more mandatory clusters, including each cluster’s minimum revision

The device type definition in the Device Library specification can change over time. The changes are tracked using the Device Type Revision value, which is initially set to 1. Changes do not modify how the device works, but only improve its functionality.

A device type can require other device types for its composition, making it a composed device type.

Device type overview

The following tables list the application device types that are supported in the Matter specification.

  • The description for each device type is taken from the Device Library specification.

  • The state of the device specifies whether a device type can be subject to certification. The Provisional state indicates that the device type implementation is not yet fully tested and certified, even though the implementation may be ready and you can use it on your own risk.

  • The dedicated sample column provides the link to the sample in the nRF Connect SDK that implements the given device type, if available.

You can add support for device types without a dedicated sample in the nRF Connect SDK by using the Matter: Template and following the Adding clusters to Matter application user guide, which describes how to edit clusters of a Matter application.

Lighting device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

On/Off Light

The On/Off Light is a lighting 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 non-color controller. In addition, an on/off light is also capable of being switched by means of a bound occupancy sensor.

Certifiable

Dimmable Light

A Dimmable Light is a lighting device that is capable of being switched on or off and the intensity of its light adjusted by means of a bound controller device such as a dimmer switch or a non-color controller. In addition, a Dimmable Light device is also capable of being switched by means of a bound occupancy sensor.

Certifiable

Matter: Light bulb

Color Temperature Light

A Color Temperature Light is a lighting device that is capable of being switched on or off, the intensity of its light adjusted, and its color adjusted by means of a bound controller device such as a color controller. The color temperature light supports adjustment of color by means of color temperature.

Certifiable

Extended Color Light

An Extended Color Light is a lighting device that is capable of being switched on or off, the intensity of its light adjusted, and its color adjusted by means of a bound controller device such as a color controller. The device supports adjustment of color by means of hue/saturation, enhanced hue, color looping, XY coordinates, and color temperature. In addition, the extended color light is also capable of being switched by means of a bound occupancy sensor.

Certifiable

Smart Plugs/Outlets device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

On/Off Plug-in Unit

An On/Off Plug-in Unit is 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 non-color controller. The On/Off Plug-in Unit is then capable of having a non-communicating light attached to it.

Certifiable

Dimmable Plug-In Unit

A Dimmable Plug-In Unit is 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 non-color controller. The device is then capable of having a non-communicating light attached to it.

Certifiable

Pump

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

Certifiable

Switches and Controls device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

On/Off Light Switch

An On/Off Light Switch is a controller device that, when bound to a lighting device such as an on/off light, is capable of being used to switch the device on or off. The on/off light switch is also capable of being configured when bound to a suitable configuration device.

Certifiable

Dimmer Switch

A Dimmer Switch is a controller device that, when bound to a lighting device such as a dimmable light, is capable of being used to switch the device on or off and adjust the intensity of the light being emitted. A Dimmer Switch device is also capable of being configured when bound to a suitable configuration device.

Certifiable

Matter: Light switch

Color Dimmer Switch

A Color Dimmer Switch is a controller device that, when bound to a lighting device such as a color light, is capable of being used to adjust the color of the light being emitted. A Color Dimmer Switch device is also capable of being configured when bound to a suitable configuration device.

Certifiable

Control Bridge

A Control Bridge is a controller device that, when bound to a lighting device such as a color light, is capable of being used to switch the device on or off, adjust the intensity of the light being emitted and adjust the color of the light being emitted. In addition, a Control Bridge device is capable of being used for setting scenes.

Certifiable

Pump Controller

A Pump Controller device is capable of configuring and controlling a Pump device.

Certifiable

Generic Switch

General-purpose switch that can have more than two positions. A controller can use a generic switch to control any other device by subscribing to or polling changes of the current switch position.

Certifiable

Sensor device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

Contact Sensor

A Contact Sensor device reports boolean state (open/close or contact/no-contact).

Certifiable

Light Sensor

A Light Sensor device is a measurement and sensing device that is capable of measuring and reporting the intensity of light being emitted by a light source.

Certifiable

Occupancy Sensor

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

Certifiable

Temperature Sensor

A Temperature Sensor device reports measurements of temperature.

Certifiable

Thingy:53: Matter weather station

Pressure Sensor

A Pressure Sensor device measures and periodically reports the pressure of a fluid.

Certifiable

Thingy:53: Matter weather station

Flow Sensor

A Flow Sensor device measures and periodically reports the flow rate of a fluid.

Certifiable

Humidity Sensor

A Humidity Sensor (in most cases a Relative Humidity Sensor) reports humidity measurements.

Certifiable

Thingy:53: Matter weather station

On/Off Sensor

An On/Off Sensor is a measurement and sensing device that, when bound to a lighting device such as a color light, is capable of being used to switch the device on or off.

Certifiable

Closure device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

Door Lock

A Door Lock is a device used to secure a door. It is possible to actuate a door lock either by means of a manual or a remote method.

Certifiable

Matter: Door lock

Door Lock Controller

A Door Lock Controller is a device capable of controlling a door lock.

Certifiable

Window Covering

A Window Covering is a device used to control absolute position of window cover.

Certifiable

Matter: Window covering

Window Covering Controller

A Window Covering Controller is a device that controls an automatic window covering.

Certifiable

HVAC device types

Device type

Description (from Device Library specification)

State of the device

Dedicated sample in the nRF Connect SDK

Heating/Cooling Unit

A Heating/Cooling Unit is a device capable of heating or cooling a space in a house. It is not mandatory to provide both functionalities (for example, the device may just heat but not cool). It may be an indoor air handler.

Provisional

Thermostat

A Thermostat device is capable of having either built-in or separate sensors for temperature, humidity or occupancy. It allows the desired temperature to be set either remotely or locally. The 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.

Certifiable

Fan

A Fan device capable of controlling a fan in a heating or cooling system.

Provisional