新增扫描起始字段

This commit is contained in:
2025-11-21 09:30:20 +08:00
parent 95e03017e0
commit 160d9ab0f7

View File

@@ -393,7 +393,8 @@ sequenceDiagram
"start_distance": 10.5, "start_distance": 10.5,
"end_distance": 10.5, "end_distance": 10.5,
"length": 4100.0, "length": 4100.0,
"saw_thickness": 1.8 "saw_thickness": 1.8,
"scan_start": "left"
}, },
"timestamp": 1762158534297 "timestamp": 1762158534297
} }
@@ -413,6 +414,7 @@ sequenceDiagram
| right_distance | number | 否 | 原木右端距离 | | right_distance | number | 否 | 原木右端距离 |
| length | number | 否 | 原木长度 | | length | number | 否 | 原木长度 |
| saw_thickness | number | 否 | 锯片厚度 (锯路) | | saw_thickness | number | 否 | 锯片厚度 (锯路) |
| scan_start | string | 否 | 初始扫描方向left或right |
**响应示例:** **响应示例:**
```json ```json