device type iscs

This commit is contained in:
xzb 2023-12-18 14:33:40 +08:00
parent 9e6b16ead8
commit 5d8be55300
2 changed files with 119 additions and 0 deletions

1
component/iscs_bas.go Normal file
View File

@ -0,0 +1 @@
package component

View File

@ -172,8 +172,126 @@ enum DeviceType {
DeviceType_Breakers = 21;
//
DeviceType_PowerScreen = 22;
//ISCS门磁
DeviceType_DoorSensor = 23;
//ISCS进闸机
DeviceType_EntranceGate = 24;
//ISCS出闸机
DeviceType_ExitGate = 25;
//ISCS双向闸机
DeviceType_TwoWayGate = 26;
//ISCS自动售票机
DeviceType_TicketVendingMachine = 27;
//ISCS半自动售票机
DeviceType_SemiAutoTicketMachine = 28;
//ISCS验票机
DeviceType_TicketCheckingMachine = 29;
//ISCS空气幕
DeviceType_AirCurtain = 30;
//ISCS冷水机组
DeviceType_ChillerUnit = 31;
//ISCS人防门
DeviceType_CivilDefenseDoor = 32;
//ISCS自动扶梯
DeviceType_Escalator = 33;
//ISCS垂直电梯
DeviceType_Elevator = 34;
//ISCS应急照明
DeviceType_EmergencyLighting = 35;
//ISCS风机设备()
DeviceType_Fan = 36;
//ISCS空调( )
DeviceType_AirConditioner = 37;
//ISCS流量开关
DeviceType_FlowSwitch = 38;
//ISCS照明导向
DeviceType_LightingGuidance = 39;
//ISCS电源开关导向
DeviceType_PowerSwitchGuidance = 40;
//ISCS扶梯导向
DeviceType_EscalatorGuidance = 41;
//ISCS闸机导向
DeviceType_TicketGateGuidance = 42;
//ISCS区间疏散导向指示
DeviceType_SectionEvacuationGuidance = 43;
//ISCS交换机
DeviceType_NetworkSwitch = 44;
//ISCS PLC控制器
DeviceType_PlcController = 45;
//ISCS ( )
DeviceType_WaterPump = 46;
//ISCS
DeviceType_WaterTank = 47;
//ISCS
DeviceType_PurificationDevice = 48;
//ISCS 湿
DeviceType_ThSensor = 49;
//ISCS CO2传感器
DeviceType_CO2Sensor = 50;
//ISCS
DeviceType_WaterTSensor = 51;
//ISCS
DeviceType_PressureSensor = 52;
//ISCS
DeviceType_FlowSensor = 53;
//ISCS
DeviceType_TemperatureSensor = 54;
//ISCS ( )
DeviceType_ControlValve = 55;
//ISCS
DeviceType_CoolingTower = 56;
//ISCS
DeviceType_WaterProcessor = 57;
//ISCS
DeviceType_NetworkHost = 58;
//ISCS
DeviceType_SmokeDetector = 59;
//ISCS
DeviceType_TemperatureDetector = 60;
//ISCS
DeviceType_ManualFireAlarmButton = 61;
//ISCS
DeviceType_GasFireExtinguisher = 62;
//ISCS
DeviceType_AlarmBell = 63;
//ISCS ( )
DeviceType_FireRollerShutter = 64;
//ISCS ACS联动
DeviceType_FasAcs = 65;
//ISCS AFC联动
DeviceType_FasAfc = 66;
//ISCS
DeviceType_NonFirePowerSource = 67;
//ISCS
DeviceType_WaterFlowIndicator = 68;
//ISCS
DeviceType_PumpStartButton = 69;
//ISCS
DeviceType_TemperatureSensingCable = 70;
//ISCS
DeviceType_FireDamper = 71;
//ISCS
DeviceType_ElectricSmokeFireDamper = 72;
//ISCS
DeviceType_FireInterconnectionSignal = 73;
//ISCS
DeviceType_FloodGate = 74;
//ISCS 线
DeviceType_IscsWireCabinet = 75;
//ISCS
DeviceType_IscsCircuitBreaker = 76;
//ISCS
DeviceType_IscsRectifier = 77;
//ISCS
DeviceType_IscsHandcartSwitch = 78;
//ISCS
DeviceType_IscsVoltageTransformer = 79;
//ISCS
DeviceType_IscsThreePositionSwitch = 80;
}
enum Port {
None = 0; ///
A = 1;