fas数据调整

This commit is contained in:
fan 2024-10-16 16:55:24 +08:00
parent 2896028ab2
commit 4ce6d5206d

View File

@ -125,6 +125,32 @@ message FASOfPlatformAlarmStorage {
common.Canvas canvas = 2;
CommonGraphicStorage commonGraphicStorage = 3;
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;
string code = 2;
}