This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
0.0.7
- Fixed
get_devices_by_type
function in tuyaapi (@Faboor - #31) - Improved debuggability by introducing
__repr__
for devices (@Faboor - #32) - Decrease amount of connections to Tuya API server and, probably, decrease amount of DNS requests by introducing Session object + update device states right after an API call (@estebanz01 - #38)