New telemetry parameters:
- EV energy consumption: can.trip.battery.power.consumption (consumption rate since trip start, kWh/100km) and can.vehicle.battery.power.consumption (since reset)
- single.charge.range — maximum electric range with 100% battery
- Eco-driving scores: can.eco.acceleration.score, can.eco.constant.score, can.eco.coasting.score (percentage) and can.eco.bonus.range (km) — additional range gained by eco driving
- Per-door lock states: can.front.left.door.lock.state, can.front.right.door.lock.state, can.rear.left.door.lock.state, can.rear.right.door.lock.state, plus can.trunk.lock.state
- Interior illumination: can.interior.light.front.status, can.interior.light.rear.status and per-seat reading lamps can.reading.lamp.front.left.status, can.reading.lamp.front.right.status, can.reading.lamp.rear.left.status, can.reading.lamp.rear.right.status
More accurate message timestamps: High-Mobility delivers each property with its own timestamp, and a single payload may mix fresh and historical data — e.g. a trip-end report carries trip start properties timestamped hours earlier. Previously all properties were registered as one message with a single timestamp. Now the channel registers a separate message per distinct timestamp (1-second granularity), so every parameter lands at its true position on the timeline.
Commands: the provision_device command now supports an optional tags field — custom key-value pairs attached to the vehicle in the High-Mobility fleet clearance API.