kellerza / pysma

Async library for SMA Solar's WebConnect interface
MIT License
59 stars 51 forks source link

Always send a payload #81

Closed rklomp closed 3 years ago

rklomp commented 3 years ago

The logout function was not working properly. The device always expects a payload in the POST request.

fixes https://github.com/home-assistant/core/issues/52963

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (2aa3c34) into master (ebc0316) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          413       414    +1     
=========================================
+ Hits           413       414    +1     
Impacted Files Coverage Δ
pysma/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ebc0316...2aa3c34. Read the comment docs.