IDOSportingRemindSettingModel
Field name | Field type | Field description |
---|---|---|
sportType | int | Sport type |
distanceRemind | DistanceRemind | Distance reminder |
heartRateRemind | PaceRemind | Pace reminder |
paceRemind | CommonRangeRemind | Heart rate reminder |
stepFreqRemind | CommonRangeRemind | Step frequency reminder |
DistanceRemind
Field name | Field type | Field description |
---|---|---|
isOpen | bool | Distance reminder switch true: on, flase: off |
isMetric | bool | Is it metric? true: metric unit (km); false: imperial unit (mi) |
goalValOrg | int | Target distance original value * 1000, excluding units, used for metric-imperial conversion |
PaceRemind
Field name | Field type | Field description |
---|---|---|
isOpen | bool | Pace reminder switch true: on, flase: off |
isMetric | bool | Is it metric? true: metric unit (s/km); false: imperial unit (s/mi) |
slowThreshold_org | int | The original value of the slowest pace in the pace range, excluding units, used for metric-imperial conversion |
fastThreshold_org | int | The original value of the fastest pace in the pace range, excluding units, used for metric-imperial conversion |
CommonRangeRemind
Field name | Field type | Field description |
---|---|---|
isOpen | bool | Heart rate reminder switch true: on, flase: off |
minThreshold | int | Minimum range threshold |
maxThreshold | int | Maximum range threshold |