ZREHRWP Class Reference
| Inherits from | ZRModel : NSObject |
|---|---|
| Conforms to | NSCoding NSCopying |
| Declared in | ZRModel.h |
enable
Switch of this feature ,default is YES
@property (nonatomic, assign) BOOL enableDeclared In
ZRModel.h
threshold_high
Alarm upper limit of heart rate, higher than this value to trigger alarm, the range of 50 ~ 200, the default 160
@property (nonatomic, assign) NSInteger threshold_highDeclared In
ZRModel.h
threshold_low
Alarm lower limit of heart rate, lower than the value of the trigger alarm, the range of 40 ~ 190, the default 50
@property (nonatomic, assign) NSInteger threshold_lowDeclared In
ZRModel.h
timerOut
Alarm detection time in seconds, the default 30
@property (nonatomic, assign) NSInteger timerOutDeclared In
ZRModel.h
interval
Alarm trigger interval, unit minutes, default 2
@property (nonatomic, assign) NSInteger intervalDeclared In
ZRModel.h