[SOLVED] Convert PSI to bar

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

1 Like