fishbigger / TapoP100

A module for controlling the TP-Link Tapo P100 Plugs
MIT License
567 stars 139 forks source link

wrong return type of PyP110 getEnergyUsage #42

Closed torstenkuhn77 closed 2 years ago

torstenkuhn77 commented 2 years ago

The method returns the decrypted energy usage as a string and not a dictionary created with json.loads similiar to getDeviceInfo

fishbigger commented 2 years ago

Fixed in b9759f2