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 5858)
5959"""Namedtuple for measurement values.
6060
61- .. :attribute:: heart_rate:
61+ * `HeartRateMeasurementValues. heart_rate`
6262
6363 Heart rate (int), in beats per minute.
6464
65- .. :attribute:: contact:
65+ * `HeartRateMeasurementValues. contact`
6666
6767 ``True`` if device is contacting the body, ``False`` if not,
6868 ``None`` if device does not support contact detection.
6969
70- .. :attribute:: energy_expended:
70+ * `HeartRateMeasurementValues. energy_expended`
7171
7272 Energy expended (int), in kilo joules, or ``None`` if no value.
7373
74- .. :attribute:: rr_intervals:
74+ * `HeartRateMeasurementValues. rr_intervals`
7575
7676 Sequence of RR intervals, measuring the time between
7777 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