Matter: Basic Information Cluster
Posted on
In
Matter
[object Object]
Matter: Cluster and DeviceType Table
Matter Table
Matter Device:Root Node
在阅读CSA发布的matter-1-3-device-library-specification.pdf文档时,记录Matter设备数据属性,以便后续对于Matter设备的开发。Matter支持的设备类型很多,将会对不同的设备分不同的文章进行记录。
C++:重点解读
C++虚函数实现类的多态性
Matter Cluster: Identify Cluster
Posted on
In
Matter
在阅读CSA发布的matter-application-cluster-specification.pdf文档时,介绍了Matter所有的Cluster的类型,Cluster属于Endpoint,而Endpoint代表一种设备的能力。Identify Cluster是通用的Cluster。以下内容仅为Identify Cluster的内容介绍,以便后续回顾和查询。
Linux: Daemon 守护进程
在Linux中如何让程序自动被拉起来
GN 和 ninja 构建系统
构建工具或系统
esp32: websocket
Posted on
In
esp
在ESP32上实现websocket