添加自定义设备类型,“道岔区段”,用于区分列车在道岔设备时,转换对应的道岔区段

This commit is contained in:
tiger_zhou 2023-08-10 11:05:44 +08:00
parent 13927cc464
commit 464d12188c

View File

@ -16,6 +16,8 @@ enum DeviceType {
WATERPROOF_DOOR = 11;
WORK_AREA = 12;
GAMA = 13;
//
SWITCH_TRACK = 14;
}
message Rtu {