magico13 / PyEmVue

Python Library for the Emporia Vue Energy Monitor
MIT License
185 stars 36 forks source link

Examples have few typos #4

Closed aviadoffer closed 3 years ago

aviadoffer commented 3 years ago

Awesome project! thank you very much for doing this.

The examples are using _ but should be upper case second word.

The login with tokens example should be

vue.login(id_token=data['idToken'], access_token=data['accessToken'], refresh_token=data['refreshToken'], token_storage_file='keys.json')

vs id_token , access_token etc.

Thanks much!

magico13 commented 3 years ago

This should be taken care of now but let me know if you notice any other typos. Thanks!