Expand description
Concrete IM paths: CommandPathIB and AttributePathIB — Matter
Appendix A.6.
Structs§
- Attribute
Path - A concrete attribute path:
(endpoint, cluster, attribute). - Command
Path - A concrete command path:
(endpoint, cluster, command). - Read
Path - A read-request attribute path with optional (wildcard) components. A
Nonefield is omitted from the encodedAttributePathIB, which the Matter IM interprets as a wildcard (Appendix A.6): omitattribute→ all attributes of the cluster; omitendpoint→ all endpoints; etc. Responses are always keyed by a concreteAttributePath.