.gitignore
.pre-commit-config.yaml
LICENSE
README.md
example.py
setup.cfg
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/convert_todos_to_issues.yml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
devolo_home_control_api/__init__.py
devolo_home_control_api/homecontrol.py
devolo_home_control_api/mydevolo.py
devolo_home_control_api.egg-info/PKG-INFO
devolo_home_control_api.egg-info/SOURCES.txt
devolo_home_control_api.egg-info/dependency_links.txt
devolo_home_control_api.egg-info/requires.txt
devolo_home_control_api.egg-info/top_level.txt
devolo_home_control_api/backend/__init__.py
devolo_home_control_api/backend/mprm.py
devolo_home_control_api/backend/mprm_rest.py
devolo_home_control_api/backend/mprm_websocket.py
devolo_home_control_api/devices/__init__.py
devolo_home_control_api/devices/gateway.py
devolo_home_control_api/devices/zwave.py
devolo_home_control_api/exceptions/__init__.py
devolo_home_control_api/exceptions/device.py
devolo_home_control_api/exceptions/gateway.py
devolo_home_control_api/exceptions/general.py
devolo_home_control_api/helper/__init__.py
devolo_home_control_api/helper/string.py
devolo_home_control_api/helper/uid.py
devolo_home_control_api/properties/__init__.py
devolo_home_control_api/properties/binary_sensor_property.py
devolo_home_control_api/properties/binary_switch_property.py
devolo_home_control_api/properties/consumption_property.py
devolo_home_control_api/properties/humidity_bar_property.py
devolo_home_control_api/properties/multi_level_sensor_property.py
devolo_home_control_api/properties/multi_level_switch_property.py
devolo_home_control_api/properties/property.py
devolo_home_control_api/properties/remote_control_property.py
devolo_home_control_api/properties/sensor_property.py
devolo_home_control_api/properties/settings_property.py
devolo_home_control_api/publisher/__init__.py
devolo_home_control_api/publisher/publisher.py
devolo_home_control_api/publisher/updater.py
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
tests/__init__.py
tests/conftest.py
tests/test_binary_sensor_property.py
tests/test_binary_switch_property.py
tests/test_consumption_property.py
tests/test_data.json
tests/test_gateway.py
tests/test_helper.py
tests/test_homecontrol.py
tests/test_humidity_bar_property.py
tests/test_mprm.py
tests/test_mprm_rest.py
tests/test_mprm_websocket.py
tests/test_multi_level_sensor_property.py
tests/test_multi_level_switch_property.py
tests/test_mydevolo.py
tests/test_publisher.py
tests/test_remote_control_property.py
tests/test_settings_property.py
tests/test_updater.py
tests/test_zwave.py
tests/fixtures/__init__.py
tests/fixtures/gateway.py
tests/fixtures/homecontrol.py
tests/fixtures/mprm.py
tests/fixtures/mydevolo.py
tests/fixtures/publisher.py
tests/fixtures/requests.py
tests/fixtures/socket.py
tests/fixtures/updater.py
tests/mocks/__init__.py
tests/mocks/mock_dummy_device.py
tests/mocks/mock_gateway.py
tests/mocks/mock_homecontrol.py
tests/mocks/mock_humidity_sensor_device.py
tests/mocks/mock_metering_plug.py
tests/mocks/mock_mprm_rest.py
tests/mocks/mock_multi_level_sensor_device.py
tests/mocks/mock_multi_level_switch_device.py
tests/mocks/mock_mydevolo.py
tests/mocks/mock_remote_control.py
tests/mocks/mock_response.py
tests/mocks/mock_service_browser.py
tests/mocks/mock_shutter.py
tests/mocks/mock_siren.py
tests/mocks/mock_websocket.py
tests/mocks/mock_websocketapp.py
tests/mocks/mock_zeroconf.py
tests/stubs/__init__.py
tests/stubs/mprm.py
tests/stubs/mprm_websocket.py