interface MonitorErrData {
    BackPowerAlarmCount?: number;
    FanAlarmSwitchCount?: number;
    GeneralSwitchErrCount?: number;
    HumidityAlarmCount?: number;
    MCStatusErrCount?: number;
    PowerAlarmSwitchCount?: number;
    SBStatusErrCount?: number;
    SenderDviExceptionCnt?: number;
    SmartModuleStateErrCount?: number;
    SmokeAlarmCount?: number;
    SoketAlarmCount?: number;
    TemperatureAlarmCount?: number;
}

Hierarchy

Properties

BackPowerAlarmCount?: number = common.UInt32
FanAlarmSwitchCount?: number = common.UInt32
GeneralSwitchErrCount?: number = common.UInt32
HumidityAlarmCount?: number = common.UInt32
MCStatusErrCount?: number = common.UInt32
PowerAlarmSwitchCount?: number = common.UInt32
SBStatusErrCount?: number = common.UInt32
SenderDviExceptionCnt?: number = common.UInt32
SmartModuleStateErrCount?: number = common.UInt32
SmokeAlarmCount?: number = common.UInt32
SoketAlarmCount?: number = common.UInt32
TemperatureAlarmCount?: number = common.UInt32