ZREHRWP Class Reference

Inherits from ZRModel : NSObject
Conforms to NSCoding
NSCopying
Declared in ZRModel.h

Overview

! Exercise Heart Rate Warning

  enable

Switch of this feature ,default is YES

@property (nonatomic, assign) BOOL enable

Declared 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_high

Declared 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_low

Declared In

ZRModel.h

  timerOut

Alarm detection time in seconds, the default 30

@property (nonatomic, assign) NSInteger timerOut

Declared In

ZRModel.h

  interval

Alarm trigger interval, unit minutes, default 2

@property (nonatomic, assign) NSInteger interval

Declared In

ZRModel.h