Kleinrotti / py-senertec

Senertec energy system gen2 interface.
MIT License
1 stars 1 forks source link

[BREAKING CHANGE] new login behavior #9

Closed Kleinrotti closed 1 year ago

Kleinrotti commented 1 year ago

The credentials to login are no longer passed with the senertec constructor. They are passed with the login function now. This increases security of the credentials due to they are no longer stored as variables in the class.