lsiddiquee / bmw-connected-drive

15 stars 4 forks source link

Add support for Mini #19

Closed sschutten closed 7 months ago

sschutten commented 7 months ago

This PR adds support for Mini. It does so by introducing a CarBrands enum. The enum is used to get the vehicles of both brands in the CarBrands enum. The brand of the vehicle must also be provided when calling the vehicle APIs.

This solution was borrowed from the bimmer_connected project. This PR also updates the app version to the version that bimmer_connected uses.