Matter Survey

Community-basierte Datenbank für Matter-Gerätefunktionen

The Zone Management cluster (0x0550) is a Matter cluster that Defines and manages spatial zones (e.g. motion / detection zones) for cameras and presence sensors.. It defines 6 commands and 7 attributes.

Zone Management 0x0550

Application Cluster
Security
Introduced in: Matter 1.4
Devices: 1
Defines and manages spatial zones (e.g. motion / detection zones) for cameras and presence sensors.

Spec History

This cluster's ClusterRevision across the Matter releases it has shipped in. Click a version to inspect the cluster as it existed in that release.

Attributes 7
Commands 6
Features 4
Code Name Type Flags
0x0000 MaxUserDefinedZones
min 5
int8u Optional
0x0001 MaxZones
min 1
int8u
0x0002 Zones array
0x0003 Triggers array
0x0004 SensitivityMax
2..10
int8u
0x0005 Sensitivity
1..10
int8u Writable Optional
0x0006 TwoDCartesianMax TwoDCartesianVertexStruct Optional
Code Name Direction Parameters
0x00 CreateTwoDCartesianZone Optional invoke: manage
This command SHALL create and store a TwoD Cartesian Zone.
client→server
Zone: TwoDCartesianZoneStruct
0x01 CreateTwoDCartesianZoneResponse Optional
This command SHALL be generated in response to a CreateTwoDCartesianZone command.
server→client
ZoneID: int16u
0x02 UpdateTwoDCartesianZone Optional invoke: manage
The UpdateTwoDCartesianZone SHALL update a stored TwoD Cartesian Zone.
client→server
ZoneID: int16u, Zone: TwoDCartesianZoneStruct
0x03 RemoveZone Optional invoke: manage
This command SHALL remove the user-defined Zone indicated by ZoneID.
client→server
ZoneID: int16u
0x04 CreateOrUpdateTrigger invoke: manage
This command is used to create or update a Trigger for the specified motion Zone.
client→server
Trigger: ZoneTriggerControlStruct
0x05 RemoveTrigger invoke: manage
This command SHALL remove the Trigger for the provided ZoneID.
client→server
ZoneID: int16u
TwoDimensionalCartesianZone (TWODCART) bit 0
Supports Two Dimensional Cartesian Zones
PerZoneSensitivity (PERZONESENS) bit 1
Supports a sensitivity value per Zone
UserDefined (USERDEFINED) bit 2
Supports user defined zones
FocusZones (FOCUSZONES) bit 3
Supports user defined focus zones

Devices Implementing This Cluster

1 device in the survey implement this cluster