Metadata-Version: 1.0
Name: russound
Version: 0.1.9
Summary: Python API for select Russound RNET commands to provide Russound support within home-assistant.io
Home-page: https://github.com/laf/russound.git
Author: Neil Lathwood
Author-email: neil@lathwood.co.uk
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # Russound Python API
        Implements a Python API for selected commands to the Russound system using the RNET protocol predominantly developed to
        provide Russound support within home-assistant.io.
        The class is designed to maintain a connection to the Russound controller, and reads the state directly 
        from the controller using RNET.  In principle supported models include the CAS44, CAA66, CAM6.6 and CAV6.6.
        Although testing has only been done on CAA66 and CAV6.6.  Function to control Russound implemented are:
        
        ####For a zone:
        * set_power
        * set_volume
        * set_source
        * toggle_mute
        * get_power
        * get_volume
        * get_source
        
        ####Controller level
        * all_on_off
        
        test_harness.py shows some examples of usage.
Platform: UNKNOWN
