名称 | topic |
---|---|
设备上线 | /online |
设备离线 | /offline |
设备事件 | /message/event/{eventId} |
设备上报属性 | /message/property/report |
平台下发读取消息指令 | /message/send/property/read |
平台下发修改消息指令 | /message/send/property/write |
读取属性回复 | /message/property/read/reply |
修改属性回复 | /message/property/write/reply |
平台下发功能调用 | /message/send/function |
调用功能回复 | /message/function/reply |
设备注册 | /register |
设备注销 | /unregister |
子设备消息 | /message/children/{childDeviceId}/{topic} {topic} 为子设备消息对应的Topic。 |
子设备回复消息 | /message/children/reply/{childDeviceId}/{topic} |
注意
列表中的 topic 已省略前缀 /device/{productId}/{deviceId}
,使用时请加上。