优化proto

This commit is contained in:
2025-10-09 13:55:46 +08:00
parent 8a2e889048
commit ac8c8c56a6
2 changed files with 3 additions and 3 deletions

View File

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