I noticed that the stroke_distance field is missing on the record field (avg on the lap and session is present as avg_stroke_distance). The corresponding num is 87 on the record message.
can this be added to the SDK?
I noticed that the stroke_distance field is missing on the record field (avg on the lap and session is present as avg_stroke_distance). The corresponding num is 87 on the record message.
can this be added to the SDK?
We will make this public in the next release which will be sometime in Q2. The field is called cycle_length16 and is the 16bit counterpart of the 8bit cycle_length field.
Thanks for the update.
Just one note: according to the SDK on the session and the lap the corresponding average is called:
session | ||||||||
42 | avg_stroke_distance | uint16 | 100 | m | ||||
lap |
37 | avg_stroke_distance | uint16 | 100 | m |
So I am slightly surprised on the naming side i.e. "cycle_length". Especially as the session and lap messages do not have any cycle_length for averaging.