This also includes a reversion of the async code, most importantly around get_devices which as a top-level call should not have required that consumers use asyncio.run to execute. Async code for this project is intended to function behind the scenes and the rudimentary implementation was not actually making anything any faster. Implementing async requests to the TP-Link API will be revisited at a later time.
This also includes a reversion of the async code, most importantly around
get_devices
which as a top-level call should not have required that consumers useasyncio.run
to execute. Async code for this project is intended to function behind the scenes and the rudimentary implementation was not actually making anything any faster. Implementing async requests to the TP-Link API will be revisited at a later time.