Question

A Matter device implements several Clusters (functional building blocks) according to its device type: OnOff Cluster for switching, Level Control for dimming, Color Control for RGB, and so on; each Cluster exposes Attributes for state readout and Commands for actions.

MatterLearnDevice typesHard
Answer

True

The Cluster model is the heart of Matter's data plane. The OnOff Cluster (0x0006) exposes a boolean OnOff attribute and the On, Off and Toggle commands. The Level Control Cluster (0x0008) exposes CurrentLevel from 0 to 254 and commands such as MoveToLevel and Step. The Color Control Cluster (0x0300) handles XY, Hue, Saturation and Color Temperature. Device types are defined by composition: an Extended Color Light must implement OnOff plus Level Control plus Color Control, which gives identical command semantics across every vendor that ships that device type.

Preparation tip

When you write client code, target Clusters and Attribute IDs rather than vendor names: any certified Extended Color Light will respond to MoveToLevel on 0x0008 regardless of brand.

Waitlist

Matter bank in preparation

The full Matter bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.

Join the waitlist
Want more?

See the 9 other Matter practice questions

Related questions

Question from our independent practice bank. Matter is a registered trademark of Connectivity Standards Alliance, not affiliated with CertifBus.

Last updated: 19 May 2026

Join the waitlist
Matter waitlist