That means how many km you can travel with engine support.
constonRangeChange= (value:number, timestamp?:Date) => {console.log(value, timestamp);};COBI.motor.range.read(onRangeChange); // Instantly get the current valueCOBI.motor.range.subscribe(onRangeChange);COBI.motor.range.unsubscribe(onRangeChange);
constonRangeChange= (value, timestamp) => {console.log(value, timestamp);};COBI.motor.range.read(onRangeChange); // Instantly get the current valueCOBI.motor.range.subscribe(onRangeChange);COBI.motor.range.unsubscribe(onRangeChange);