更新proto

This commit is contained in:
2025-10-09 14:00:38 +08:00
parent 46922e8505
commit f30d0e0865
2 changed files with 74 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ message BatchCollectCommand {
// CollectTask
// 定义了单个采集任务的“意图”。
message CollectTask {
Raw485Command command = 2; // 平台生成的原始485指令
Raw485Command command = 1; // 平台生成的原始485指令
}
// CollectResult