JurajNyiri / pytapo

Python library for communication with Tapo Cameras
MIT License
277 stars 58 forks source link

Feature/ H200 siren and C424S2 cameras battery #106

Closed marcosngomezi closed 4 months ago

marcosngomezi commented 5 months ago

closes #105

PD: formatting with black-formatter as stated in settings made some format changes

marcosngomezi commented 5 months ago

Moving it back to draft, for what I see there are some issues with results order that are not trustable, and missing of battery is because of a bug on tapo_control

marcosngomezi commented 4 months ago

Now its ready for review, removed the new methods from getMost because is not going to be possible to call the same method with different params, because of response parsing. And some bugfixes found on tests

JurajNyiri commented 4 months ago

Looking into .getMost now