This commit is contained in:
老周 2020-07-25 10:31:26 +08:00 committed by GitHub
parent 4ab059b090
commit 9234f4b295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import java.nio.charset.StandardCharsets;
* *
* //网关设备 * //网关设备
* 子设备上线消息: /{productId}/{deviceId}/child/{childDeviceId}/connected * 子设备上线消息: /{productId}/{deviceId}/child/{childDeviceId}/connected
* 子设备下线消息: /{productId}/{deviceId}/child/{childDeviceId}/disconnected * 子设备下线消息: /{productId}/{deviceId}/child/{childDeviceId}/disconnect
* 读取子设备属性回复: /{productId}/{deviceId}/child/{childDeviceId}/properties/read/reply * 读取子设备属性回复: /{productId}/{deviceId}/child/{childDeviceId}/properties/read/reply
* 修改子设备属性回复: /{productId}/{deviceId}/child/{childDeviceId}/properties/write/reply * 修改子设备属性回复: /{productId}/{deviceId}/child/{childDeviceId}/properties/write/reply
* 调用子设备功能回复: /{productId}/{deviceId}/child/{childDeviceId}/function/invoke/reply * 调用子设备功能回复: /{productId}/{deviceId}/child/{childDeviceId}/function/invoke/reply