sHedC / python-masterthermconnect

MasterTherm HeatPump API
MIT License
3 stars 2 forks source link

Store Token for Re-Use in Command Line #82

Closed sHedC closed 1 year ago

sHedC commented 1 year ago

To avoid re-logging in each time the command line is called, store the token. Its the logging in multiple times that is sensitive on the API portal.

Add the Token files to git ignore

Also fix some outputs showing %s in the string rather than the values.

sHedC commented 1 year ago

Decided not to do