python-anthemav
python-anthemav copied to clipboard
Python asyncio module to interface with Anthem AVM and MRX receivers
Since the AVR can only support a single telnet connection at a time, responsible client code should have a method for disconnecting and reconnecting voluntarily so that the user can...
Currently the ordering for the output of the input list property is undefined/random. It should mirror the programmed order of the device, because many users have ordered them in the...
I've populated Doclines for the public methods in protocol.py, now I just need to figure out how to turn that into docs files automatically.