滑动门增加{有障碍物}状态;屏蔽门{有障碍物}字段名修改

This commit is contained in:
thesai 2024-02-18 10:06:57 +08:00
parent bfb647b26f
commit 4135d9e411

View File

@ -521,7 +521,7 @@ message PsdState {
repeated AsdState asdStates = 2; // repeated AsdState asdStates = 2; //
bool mgj = 3; // bool mgj = 3; //
request.PsdParam param = 4; // request.PsdParam param = 4; //
bool obstacle = 5; // bool zaw = 5; //
} }
// //
@ -530,6 +530,7 @@ message AsdState {
bool kmdw = 2; // bool kmdw = 2; //
bool gmdw = 3; // bool gmdw = 3; //
bool mgj = 4; // bool mgj = 4; //
bool zaw = 5; //
} }