I don’t have those fields to test but does this work?
{
for (let m of icu.fit.record) {
data.setAt(m.timestamp.value, m.front_tyre_pressure?.value/14.50377)
}
}
See here
I don’t have those fields to test but does this work?
{
for (let m of icu.fit.record) {
data.setAt(m.timestamp.value, m.front_tyre_pressure?.value/14.50377)
}
}
See here