nordicopen / pyeasee

Easee EV charger API python library
MIT License
39 stars 12 forks source link

Add function to set dynamic current of a circuit #12

Closed olalid closed 4 years ago

olalid commented 4 years ago

To be able to set the dynamic current of a circuit, I added a method to the Circuit class. To make this work, the Circuit needs to know the id of the site it belongs to, so this was added as a parameter, site_id, at the creation of the object.

fondberg commented 4 years ago

merged and published as 0.7.11 to pypi