fas数据调整
This commit is contained in:
parent
2896028ab2
commit
4ce6d5206d
@ -125,6 +125,32 @@ message FASOfPlatformAlarmStorage {
|
|||||||
common.Canvas canvas = 2;
|
common.Canvas canvas = 2;
|
||||||
CommonGraphicStorage commonGraphicStorage = 3;
|
CommonGraphicStorage commonGraphicStorage = 3;
|
||||||
string partition = 4; // 分区
|
string partition = 4; // 分区
|
||||||
|
repeated FasFailureControlHost fasFailureControlHosts = 5;
|
||||||
|
repeated FasAlarm fasAlarms = 6;
|
||||||
|
repeated ManualAlarmButton manualAlarmButtons = 7;
|
||||||
|
repeated HydrantAlarmButton hydrantAlarmButtons = 8;
|
||||||
|
repeated GasExtinguishing gasExtinguishings = 9;
|
||||||
|
repeated SmokeDetector smokeDetectors = 10;
|
||||||
|
repeated TemperatureDetector temperatureDetectors = 11;
|
||||||
|
repeated FireShutter fireShutters = 12;
|
||||||
|
repeated FirePump firePumps = 13;
|
||||||
|
repeated SprayPump sprayPumps = 14;
|
||||||
|
repeated StabilizedPressurePump stabilizedPressurePumps = 15;
|
||||||
|
repeated Acs acs = 16;
|
||||||
|
repeated Afc afc = 17;
|
||||||
|
repeated NonFirePowerSupply nonFirePowerSupplies = 18;
|
||||||
|
repeated WaterFlowIndicator waterFlowIndicators = 19;
|
||||||
|
repeated SignalButterflyValve signalButterflyValves = 20;
|
||||||
|
repeated PressureSwitch pressureSwitches = 21;
|
||||||
|
repeated FaultValve faultValves = 22;
|
||||||
|
repeated StartPumpButton startPumpButtons = 23;
|
||||||
|
repeated TemperatureCable temperatureCables = 24;
|
||||||
|
repeated EmergencyLighting emergencyLightings = 25;
|
||||||
|
repeated ElevatorLiftToTop elevatorLiftToTops = 26;
|
||||||
|
repeated ElectricButterflyValve electricButterflyValves = 27;
|
||||||
|
repeated FireValve fireValves = 28;
|
||||||
|
repeated ElectricFireExtinguishingValve electricFireExtinguishingValves = 29;
|
||||||
|
repeated FireIntercommunicationSignal fireIntercommunicationSignals = 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 火灾故障控制主机
|
// 火灾故障控制主机
|
||||||
@ -163,7 +189,7 @@ message SprayPump {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 稳压泵
|
// 稳压泵
|
||||||
messgae StabilizedPressurePump {
|
message StabilizedPressurePump {
|
||||||
common.CommonInfo common = 1;
|
common.CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user