The device type and revision define endpoint conformance to a release of a device type definition. See the Data Model specification for more information.

MatterSpecification.v13.Core § 9.5.5.1

interface DeviceType {
    deviceType: DeviceTypeId;
    revision: number;
}

Hierarchy (view full)

Properties

Properties

deviceType: DeviceTypeId

This shall indicate the device type definition. The endpoint shall conform to the device type definition and cluster specifications required by the device type.

MatterSpecification.v13.Core § 9.5.5.1.1

revision: number

This is the implemented revision of the device type definition. The endpoint shall conform to this revision of the device type.

MatterSpecification.v13.Core § 9.5.5.1.2