Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhou-hao 2020-07-31 10:48:20 +08:00
commit 83bbfdb4dd
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ hs_err_pid*
/static/
/upload
/ui/upload/
!/package/**

Binary file not shown.

View File

@ -35,7 +35,7 @@ import java.nio.charset.StandardCharsets;
*
* //网关设备
* 子设备上线消息: /{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/write/reply
* 调用子设备功能回复: /{productId}/{deviceId}/child/{childDeviceId}/function/invoke/reply