添加信号机故障报警仪设备,组合里设备类型添加信号机故障报警仪

This commit is contained in:
joylink_zhaoerwei 2023-10-23 16:31:00 +08:00
parent 9b1c6d7801
commit 60ed5685cf
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@ message RelayCabinetGraphicStorage {
UniqueIdType UniqueIdPrefix = 6;//--
repeated PhaseFailureProtector phaseFailureProtectors = 7;
repeated Combinationtype combinationtypeList = 8;
repeated SignalFaultAlarm signalFaultAlarms = 9;
}
message RelayCabinet {
@ -44,6 +45,12 @@ message PhaseFailureProtector {
string code = 2;//
}
/* 信号机故障报警仪 */
message SignalFaultAlarm {
graphicData.CommonInfo common = 1;
string code = 2;//
}
/* 设备管理的继电器列表 */
message DeviceRelateRelay {
//int32 id = 1;//id

View File

@ -281,6 +281,7 @@ message RelatedRef {
signal = 5;
station = 6;
ScreenDoor = 7;
SignalFaultAlarm = 8;
}
enum DevicePort {