Breaking changes:
* removed python 3.3 support, this library is now python 3.4+
* removed global host/user/pw configuration mechanism for much cleaner code
* api_constants now uses Enums instead of simple variables, strings can still be used though
Other changes:
* added many api methods:
* retrieve main configuration
* retrieve a list of compatible systems
* retrieve a list of available functions
* retrieve compatible types of actuators and sensors
* retrieve a single actuator/sensor by id
* retrieve **and set** the current configuration of actuators and sensors
* set the name of a device on the xs1
* additional methods for finding functions within an actuator by id or type
* added "enabled" parameter to "get_all_*" methods to easily be able to filter disabled devices
* improved error handling
* added \_\_str\_\_ overrides for easier printing of objects
* improved type documentation
* refactored base classes to \_\_init\_\_.py
* added Travis CI with build status in readme
* added codebeat
* added simple test
* added examples