Skip to main content

Module clusters

Module clusters 

Source
Expand description

This module imports all system clusters that are used by the rs-matter itself.

Application-level clusters (OnOff, LevelControl, the camera / streaming clusters, etc.) live under app and have to be opted into by the application as needed.

Modulesยง

acl
This module contains the implementation of the Access Control cluster and its handler.
adm_comm
This module contains the implementation of the Administrative Commissioning cluster and its handler.
app
Application-level cluster handlers (i.e. clusters not used by the rs-matter core itself).
basic_info
This module contains the implementation of the Basic Information cluster and its handler.
binding
Binding cluster handler (Matter Core spec).
decl
Generated cluster declarations from Matter IDL (via build.rs).
desc
This module contains the implementation of the Descriptor cluster and its handler.
dev_att
diag_logs
The Diagnostic Logs cluster (server role): it answers RetrieveLogsRequest by handing back a device log - either inline in the response payload, or, for larger logs, streamed over BDX.
eth_diag
This module contains the implementation of the Ethernet Network Diagnostics cluster and its handler.
fixed_label
FixedLabel cluster handler (Matter Application Cluster spec).
gen_comm
This module contains the implementation of the General Commissioning cluster and its handler.
gen_diag
This module contains the implementation of the General Diagnostics cluster and its handler.
grp_key_mgmt
This module contains the implementation of the Group Key Management cluster and its handler.
icd_mgmt
The ICD Management cluster and Check-In sender.
identify
Identify cluster handler (Matter Application Cluster spec).
net_comm
This module contains the implementation of the Network Commissioning cluster and its handler.
noc
This module contains the implementation of the Node Operational Credentials cluster and its handler.
ota_prov
The OTA Software Update Provider cluster, plus a BDX handler that streams the offered image to requestors.
ota_req
The OTA Software Update Requestor cluster.
power_source
PowerSource cluster handler.
scenes
Scenes Management cluster handler.
sw_diag
Implementation of the Software Diagnostics cluster.
thread_diag
This module contains the implementation of the Thread Network Diagnostics cluster and its handler.
time_sync
Implementation of the Time Synchronization cluster.
unit_testing
This module contains the implementation of the Unit Testing cluster and its handler.
user_label
UserLabel cluster handler (Matter Application Cluster spec).
wifi_diag
This module contains the implementation of the Wifi Network Diagnostics cluster and its handler.