34 Heart Rate Alarm
Sets the heart rate alarm value
_blePlugin.setMaxHeartRate(MaxHeartRateBean info);
Parameter Description :
MaxHeartRateBean:
value | value type | value description |
---|---|---|
heartRate | int | Heart rate alarm value |
enable | bool | Status 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;