fsantini / python-e3dc

Python API for querying E3/DC systems through the manufacturer's portal
MIT License
71 stars 23 forks source link

S10 fixes part1 #75

Closed torbennehmer closed 1 year ago

torbennehmer commented 1 year ago

A number of fixes done for my HA integration to work cleanly.

partly fixes 73:

S10E Serial number detection did not work, a missing elif masked the corresponding check A few exported classes were missing (notably SendError for error detection) Calls to set_power_save have been streamlined a bit for easier usage.