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-mattercore 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
RetrieveLogsRequestby 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.