python-anthemav icon indicating copy to clipboard operation
python-anthemav copied to clipboard

Python asyncio module to interface with Anthem AVM and MRX receivers

Results 13 python-anthemav issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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.

enhancement