9 #import <Foundation/Foundation.h>
17 @property (nonatomic) NSInteger
state;
19 @property (nonatomic, copy) NSString *
type;
23 @property (nonatomic, copy) NSString *
typeName;
25 @property (nonatomic, copy) NSString *
location;
NSInteger wirelessInterferenceStatus
无线干扰状态,0恢复,1产生
Definition: EZDetectorInfo.h:31
NSInteger faultZoneStatus
防区故障状态,0恢复,1产生
Definition: EZDetectorInfo.h:27
此类为探测器信息对象
Definition: EZDetectorInfo.h:12
NSInteger underVoltageStatus
电池欠压状态,0恢复,1产生
Definition: EZDetectorInfo.h:29
BOOL atHomeEnable
在家模式是否开启
Definition: EZDetectorInfo.h:35
NSString * type
探测器类型
Definition: EZDetectorInfo.h:19
NSString * location
方位信息,可用于客户自定义名称
Definition: EZDetectorInfo.h:25
NSInteger state
探测器状态,探测器与A1是否连通:0-非联通,1-联通
Definition: EZDetectorInfo.h:17
NSInteger offlineStatus
设备离线状态,0恢复,1产生
Definition: EZDetectorInfo.h:33
BOOL sleepEnable
睡眠模式是否开启
Definition: EZDetectorInfo.h:39
NSString * typeName
探测器名称
Definition: EZDetectorInfo.h:23
NSString * detectorSerial
探测器序列号
Definition: EZDetectorInfo.h:15
BOOL outerEnable
外出模式是否开启
Definition: EZDetectorInfo.h:37