添加防淹门

This commit is contained in:
joylink_fanyuhong 2024-03-12 15:21:15 +08:00
parent 0a3e689486
commit 225f92b91c
1 changed files with 12 additions and 1 deletions

View File

@ -54,6 +54,7 @@ message RtssGraphicStorage {
repeated PslBox pslBoxs = 44; // psl地图打开按钮
repeated CarWashing carWashings = 45; //
repeated GarageDoor garageDoors = 46; //
repeated FloodGate floodGates = 47; //
}
message Canvas {
@ -586,13 +587,23 @@ message CurvatureKiloMarker {
message GarageDoor {
CommonInfo common = 1;
string code = 2;
uint32 linkSection = 3; //
repeated uint32 centralizedStations = 4; // Id列表;
}
/** 洗车机 */
message CarWashing {
CommonInfo common = 1;
string code = 2;
uint32 linkSection = 3; //
repeated uint32 centralizedStations = 4; // Id列表;
}
/** 防淹门 */
message FloodGate {
CommonInfo common = 1;
string code = 2;
uint32 linkSection = 3; //
repeated uint32 centralizedStations = 4; // Id列表;
}
/** 信标 */
message Beacon {
enum BeaconType {