File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
)
59
59
"""Namedtuple for measurement values.
60
60
61
- .. :attribute:: heart_rate:
61
+ * `HeartRateMeasurementValues. heart_rate`
62
62
63
63
Heart rate (int), in beats per minute.
64
64
65
- .. :attribute:: contact:
65
+ * `HeartRateMeasurementValues. contact`
66
66
67
67
``True`` if device is contacting the body, ``False`` if not,
68
68
``None`` if device does not support contact detection.
69
69
70
- .. :attribute:: energy_expended:
70
+ * `HeartRateMeasurementValues. energy_expended`
71
71
72
72
Energy expended (int), in kilo joules, or ``None`` if no value.
73
73
74
- .. :attribute:: rr_intervals:
74
+ * `HeartRateMeasurementValues. rr_intervals`
75
75
76
76
Sequence of RR intervals, measuring the time between
77
77
beats. Oldest first, in ints that are units of 1024ths of a second.
You can’t perform that action at this time.
0 commit comments