What’s Changed
* Rebase to My BMW APIs (348) rikroe
* It is now possible to add `-j`/`--json` to only get a single JSON output (i.e. `bimmerconnected status -j {user} {password} {region}`.
This will output all data retrieved from the API (on `vehicle`: `attributes`, `status.status`, `status.properties`) as well as all properties that our library puts on top of the original output. (348) rikroe
Breaking changes
- Support for region `china` dropped (see https://github.com/bimmerconnected/bimmer_connected/issues/347 for details & workaround).
- The following services have been removed due to not being available using the MyBMW API:
- All Trips
- Last Trips
- Destinations
- Range Map
- Efficiency
- Navigation
- Send Message (Send POI is still available)
- The module `bimmer_connected.state` has been removed. Please use `bimmer_connected.vehicle_status` instead. If you want to access the current status of your vehicle, use `vehicle.vehicle_status`.
- Removed attributes in `VehicleStatus`: `chargingconnectiontype`, `charginginductivepositioning`, `lastchargingendreason`, `lastchargingendresult`