Merge remote-tracking branch 'origin/master'

This commit is contained in:
thesai 2024-02-06 15:37:48 +08:00
commit 4e3b2300d1
3 changed files with 5 additions and 3 deletions

View File

@ -494,7 +494,7 @@ message ButtonState {
uint32 id = 1;
bool down = 2;
bool active = 3; //
bool bypass = 4; //
// bool bypass = 4; //
}
//
@ -531,7 +531,7 @@ message AsdState {
message KeyState {
uint32 id = 1;
int32 gear = 2;
bool bypass = 3; //
// bool bypass = 3; //
}
//

View File

@ -2,6 +2,7 @@ syntax = "proto3";
package request;
option go_package = "joylink.club/bj-rtsts-server/dto/request_proto";
/*
message BypassOperationReq{
enum Operation{
bypass = 0; //
@ -22,6 +23,7 @@ message BypassOperationReq{
BypassOperationReq.Operation operation = 8;
BypassOperationReq.BtnType btnType = 9;
}
*/
//
message Relay {

View File

@ -527,7 +527,7 @@ message EsbButton {
// int32 refStand = 5; //
string oldrefStand = 6; //
uint32 refStand = 7; //
string refEsbButtonMapCode = 8; // Code--PSL地图
//string refEsbButtonMapCode = 8; // Code--PSL地图
}
message GatedBox {