Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
doc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡高建
doc
Commits
3f6c9bc4
Commit
3f6c9bc4
authored
Apr 26, 2021
by
胡高建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
023c1b2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
README.md
README.md
+0
-1
No files found.
README.md
View file @
3f6c9bc4
...
...
@@ -28,7 +28,6 @@ device_name、lan_ip都是字符型,timestamp是整型,为10位数的时间
| 指令执行完成上报 | /{productID}/{deviceName}/up/commands_execution_finished | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"success": true}} | 成功传true,失败传false |
| 缓存数据超时 | /{productID}/{deviceName}/up/cache_timed_out | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"cache_id": "1"} | |
| 设备上报当前版本号 | /{productID}/{deviceName}/up/ota | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"type": "report_version", "version": "0.1"}} | |
| 设备上报下载进度 | /{productID}/{deviceName}/up/ota | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"type": "report_progress", "version": "0.1", "state": "downloading", "percent":"10"}} | |
| 设备开始升级 | /{productID}/{deviceName}/up/ota | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"type": "report_progress", "version": "0.1", "state": "burning"}} | |
| 上报升级成功 | /{productID}/{deviceName}/up/ota | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"type": "report_progress", "version": "0.1", "state": "done"}} | |
| 上报升级失败 | /{productID}/{deviceName}/up/ota | {"device_name": "device1", "lan_ip": "192.168.1.2", "timestamp": 1618903842, "params": {"type": "report_progress", "version": "0.1", "state": "fail", "reason": "timeout"}} | |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment