Glossary
Plain-English explanations of Matter and smart home terms.
Connectivity
Thread
A low-power wireless mesh network designed for smart home devices. Thread devices create a mesh where each device can relay messages to others, improving range and reliability.
Thread is especially good for battery-powered devices like sensors and locks. Requires a Thread Border Router (built into Apple TV 4K, HomePod Mini, some Google/Amazon devices).
WiFi
Standard wireless connection using your home WiFi network. No additional hub required. Most common for plugs, bulbs, and devices that are always powered.
Ethernet
Wired network connection. Offers the most reliable connection but requires running cables. Typically found in hubs, bridges, and some high-end devices.
Border Router
A device that connects a Thread network to your IP network (WiFi/Ethernet). Required for Thread devices to communicate with the internet and your phone.
Clusters
Cluster
A group of related features that a device can have. Each cluster defines specific attributes (data the device reports) and commands (actions you can trigger).
Server Cluster
A capability that a device provides. When a device has a server cluster, it means other devices (or your app) can read data from it or send commands to it.
Client Cluster
A capability that a device uses from other devices. When a device has a client cluster, it can control that feature on other devices.
Common Clusters
Here are some clusters you'll see frequently:
On/Off 0x0006 — Turn device on or off
Level Control 0x0008 — Dimming, volume, or other levels
Color Control 0x0300 — Color temperature and RGB colors
Temperature Measurement 0x0402 — Reports temperature readings
Occupancy Sensing 0x0406 — Motion/presence detection
Door Lock 0x0101 — Lock and unlock commands
Thermostat 0x0201 — HVAC control
Device Concepts
Binding
A direct connection between two devices that allows them to communicate without going through a hub. Bindings work even when your internet or hub is offline.
Endpoint
A logical sub-device within a physical device. A single Matter device can have multiple endpoints, each representing different functionality.
Device Type
A predefined template that specifies what clusters a device should support. Device types ensure consistency — all "Dimmable Lights" support the same basic features.
Vendor ID
A unique number assigned to each manufacturer by the Connectivity Standards Alliance (CSA). Used to identify who made a device.
Product ID
A number assigned by the vendor to identify a specific product model. Combined with Vendor ID, it uniquely identifies any Matter device.
Matter Specification
Matter Version / Spec Version
The version of the Matter specification a device was built against. Newer versions add features and device types. Current versions include 1.0, 1.1, 1.2, 1.3, and 1.4.
Mandatory Cluster
A cluster that the Matter specification requires for a specific device type. If a device is missing mandatory clusters, it's not fully spec-compliant.
Optional Cluster
A cluster that a device may support but isn't required to. Optional clusters provide extra functionality beyond the basics.
DCL (Distributed Compliance Ledger)
A public database maintained by the CSA that lists all certified Matter devices. We use DCL data to match vendor/product IDs to product names.