thomasgermain / pymultiMATIC

Python interface with Vaillant multiMATIC
MIT License
56 stars 11 forks source link

Change error message when token request fails #46

Closed thomasgermain closed 3 years ago

thomasgermain commented 3 years ago

Current: raise ApiError('Login/password invalid', response=token_res)

should be: raise ApiError('Cannot get token', response=token_res)