You need to enable JavaScript to run this app.
导航
物模型通信
最近更新时间:2024.06.21 15:38:22首次发布时间:2024.06.21 15:38:22

在 MQTT 连接之后可根据场景需要进行物模型通信,各功能配置说明请参见对应示例代码。

设备属性上报

详细示例代码请见samples/thingmodel/property_report.go

设备属性设置

详细示例代码请见samples/thingmodel/property_set.go

设备服务调用

详细示例代码请见samples/thingmodel/service_call.go

设备事件上报

详细示例代码请见samples/thingmodel/event_report.go

自定义 Topic

详细示例代码请见samples/thingmodel/custom_topic.go

设备影子上报

详细示例代码请见samples/thingmodel/shadow_report.go

设备影子设置

详细示例代码请见samples/thingmodel/shadow_set.go