timmo001 / ovoenergy

Get energy data from OVO's API.
https://timmo.dev
Apache License 2.0
30 stars 16 forks source link

Add support for choosing account ID #48

Closed stuart-c closed 2 years ago

stuart-c commented 2 years ago

Proposed Changes

The code currently just chooses the first account ID returned when logging in, which doesn't allow for multiple accounts. This PR adds the ability to optionally pass in an account ID to use instead, as well as the ability to return all IDs.

Related Issues

[https://github.com/timmo001/ovoenergy/issues/47]

Checklist

timmo001 commented 2 years ago

Closes #47