IDOHeartModeParamModel
Property | Type | Description |
---|---|---|
updateTime | Int | updateTime=0, is to get the heart rate setting mode of the current device. updateTime={UTC timestamp (in seconds)} is to execute the setting (change the heart rate mode of the device). |
mode | Int | Mode 0: Off 1: Automatic (5 minutes) 2: Continuous monitoring (5 seconds) 3: Manual mode (disable automatic) 4: Default type, the firmware will automatically set to the default mode after setting 5: Set the corresponding measurement interval 6: Intelligent heart rate mode (ID206) Note: 1. If the setSetV3HeartInterval function is configured, mode 0, mode 1, and mode 2 are invalid. 2. When configuring using quick settings, setting setSetV3HeartInterval will activate mode 5 3. When setting continuous heart rate, if the setSetV3HeartInterval function is configured, the corresponding mode is mode 5. |
hasTimeRange | Int | Whether there is a time range. 0: No, 1: Yes |
measurementInterval | Int | Measurement interval in seconds |
startHour | Int | Start time, hours |
startMinute | Int | Start time, minutes |
endHour | Int | End time, hour |
endMinute | Int | End time, minute |
notifyFlag | Int | Notification type: 0: Invalid 1: Allow notification 2: Silent notification< br/>3: Turn off notification Note: If setHeartSetRateModeCustom is not enabled in the firmware, this function is invalid |
highHeartMode | Int | 1: Turn on smart high heart rate reminder 0: Turn off Note: If the firmware does not enable setHeartSetRateModeCustom, this function is invalid |
lowHeartMode | Int | 1: Enable intelligent low heart rate reminder 0: Disable Note: If the firmware does not enable setHeartSetRateModeCustom, this function is invalid |
highHeartValue | Int | Intelligent high heart rate reminder threshold Note: If setHeartSetRateModeCustom is not enabled in the firmware, this function is invalid |
lowHeartValue | Int | Intelligent low heart rate reminder threshold Note: If setHeartSetRateModeCustom is not enabled in the firmware, this function is invalid Invalid |