9 #import <Foundation/Foundation.h>
17 @property (nonatomic) NSInteger
state;
19 @property (nonatomic, copy) NSString *
type;
23 @property (nonatomic, copy) NSString *
typeName;
NSInteger wirelessInterferenceStatus
0- Wireless internet recovered, 1- Wireless interference
Definition: EZDetectorInfo.h:29
NSInteger faultZoneStatus
0- Zone recovered, 1- Zone fault
Definition: EZDetectorInfo.h:25
Detector information.
Definition: EZDetectorInfo.h:12
NSInteger underVoltageStatus
0- Voltage recovered, 1- Low voltage
Definition: EZDetectorInfo.h:27
BOOL atHomeEnable
Whether At-Home Mode is enabled.
Definition: EZDetectorInfo.h:33
NSString * type
Detector type.
Definition: EZDetectorInfo.h:19
NSInteger state
Detector status, whether it is connected to security control panel: 0- No, 1- Yes.
Definition: EZDetectorInfo.h:17
NSInteger offlineStatus
0- Device connection recovered, 1- Device offline
Definition: EZDetectorInfo.h:31
BOOL sleepEnable
Whether Sleeping Mode is enabled.
Definition: EZDetectorInfo.h:37
NSString * typeName
Detector name.
Definition: EZDetectorInfo.h:23
NSString * detectorSerial
Detector serial No.
Definition: EZDetectorInfo.h:15
BOOL outerEnable
Whether Leaving-Home Mode is enabled.
Definition: EZDetectorInfo.h:35