34 Heart Rate Alarm

Sets the heart rate alarm value

_blePlugin.setMaxHeartRate(MaxHeartRateBean info);

Parameter Description :

MaxHeartRateBean:

valuevalue typevalue description
heartRateintHeart rate alarm value
enableboolStatus of the wristband heart rate alarm

Gets the heart rate alarm value

Gets the status of the wristband heart rate alarm and the value of the heart rate alarm.

MaxHeartRateBean info = await _blePlugin.queryMaxHeartRate;
Last Updated: