Length Unit

The selected Length Unit inside of the COBI.Bike app.

const onLengthUnitChange = (value: MeasurementUnit, timestamp?: Date) => {
    console.log(value, timestamp);
};

COBI.user.lengthUnit.read(onLengthUnitChange);
COBI.user.lengthUnit.subscribe(onLengthUnitChange);
COBI.user.lengthUnit.unsubscribe(onLengthUnitChange);
pageMeasurementUnit
Example Response
"METRIC"

Last updated