IDOHeartModeModel
Property | Type | Description |
---|---|---|
updateTime | Int | The update time as a Unix timestamp in seconds. If equal to 0, it means getting the current UTC timestamp. |
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) |
getSECMode | Int | The heart rate type currently supported by the watch All 0 invalid values Bit0 :5s mode Note: If setSetV3HeartInterval is not enabled in the firmware, 0 will be returned |
getMinMode | Int | The heart rate type currently supported by the watch, All 0: invalid value Bit0 : 1 minute bit1: 3 minutes bit2: 5 minutes bit3: 10 minutes bit4: 30 minutes bit5: 285 mode, bit6: 15 Minute Mode Note: If setSetV3HeartInterval is not enabled in the firmware, 0 is returned |
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 3: Turn off notification Note: If the firmware does not enable setHeartSetRateModeCustom, this function is invalid |
highHeartMode | Int | 1: Turn on smart high heart rate reminder 0: Turn off Note: If the firmware does not If setHeartSetRateModeCustom is turned on, this function is invalid |
lowHeartMode | Int | 1: Turn on intelligent low heart rate reminder 0: Off Note: If the firmware does not turn on 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 | Smart low heart rate reminder threshold Note: If setHeartSetRateModeCustom is not enabled in the firmware, this function is invalid |