0.16.0 Beta 2
Pre-release
Pre-release
Breaking change
Every CLI command now stores the API credentials in a file for reuse in later calls. By default, data is stored to ~/.bimmer_connected.json
(Mac and Linux) or C:\Users\username\.bimmer_connected.json
(Windows). The file location can be changed using the --oauth-store
parameter.
If you don't want the data stored, use the --disable-oauth-store
parameter.
What’s Changed
- Add ChargingMode.NO_ACTION (#634) @rikroe
- Improve tests and add version in CLI help output (#630) @rikroe
- CLI: Store OAuth credentials in local file (#626) @rikroe
- Initial support for Toyota Supra (#565) @vanshg
- Update docs (#625) @rikroe
- Add basic CLI tests (#624) @rikroe
- Update of charging sessions and statistics URLs to v2 (#622) @Gr3yh0und