mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 13:25:13 +00:00
* 添加了5个缺失的protocol,验证了可以运行 * bump version to 0.9.8 * 修复新增的Action的字段缺失 --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com>
13 lines
153 B
Plaintext
13 lines
153 B
Plaintext
# Request
|
|
string temp
|
|
string time
|
|
string vessel
|
|
---
|
|
# Result
|
|
bool success
|
|
string message
|
|
string return_info
|
|
---
|
|
# Feedback
|
|
string status
|
|
float64 progress |