摁钮旁路及旁路复位还原
This commit is contained in:
parent
936ecfec01
commit
910f6bdd9e
@ -480,7 +480,7 @@ message ButtonState {
|
|||||||
uint32 id = 1;
|
uint32 id = 1;
|
||||||
bool down = 2;
|
bool down = 2;
|
||||||
bool active = 3; // 带灯的按钮
|
bool active = 3; // 带灯的按钮
|
||||||
bool bypass = 4; //摁钮,钥匙 是否旁路
|
// bool bypass = 4; //摁钮,钥匙 是否旁路
|
||||||
}
|
}
|
||||||
|
|
||||||
// 警铃状态
|
// 警铃状态
|
||||||
@ -517,7 +517,7 @@ message AsdState {
|
|||||||
message KeyState {
|
message KeyState {
|
||||||
uint32 id = 1;
|
uint32 id = 1;
|
||||||
int32 gear = 2;
|
int32 gear = 2;
|
||||||
bool bypass = 3; //摁钮,钥匙 是否旁路
|
// bool bypass = 3; //摁钮,钥匙 是否旁路
|
||||||
}
|
}
|
||||||
|
|
||||||
// 战场图门控箱继电器状态
|
// 战场图门控箱继电器状态
|
||||||
|
Loading…
Reference in New Issue
Block a user