Goal
Implement the audio amplifier controller module, an audio amplifier interface class and the controller for a Denon AVR audio amplifier.
Notes (Optional)
Information about the Denon AVR:
- Has a telnet interface
- Has a webpage interface
- "denonavr" python library exists in pypi that should already implement functions to control the audio amplifier.
- Ideally the denon controller would wrap this.