2Fake/devolo_home_control_api

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/convert_todos_to_issues.yml
.github/workflows/pythonpackage.yml
.github/workflows/pythonpublish.yml
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
devolo_home_control_api/__init__.py9
A
0 mins
devolo_home_control_api/backend/__init__.py39
A
0 mins
devolo_home_control_api/backend/mprm.py118
A
0 mins
devolo_home_control_api/backend/mprm_rest.py146
A
0 mins
devolo_home_control_api/backend/mprm_websocket.py151
A
0 mins
devolo_home_control_api/devices/__init__.py4
A
0 mins
devolo_home_control_api/devices/gateway.py50
A
0 mins
devolo_home_control_api/devices/zwave.py134
A
0 mins
devolo_home_control_api/exceptions/__init__.py5
A
0 mins
devolo_home_control_api/exceptions/device.py13
A
0 mins
devolo_home_control_api/exceptions/gateway.py6
A
0 mins
devolo_home_control_api/exceptions/general.py11
A
0 mins
devolo_home_control_api/helper/__init__.py17
A
0 mins
devolo_home_control_api/helper/string.py13
A
0 mins
devolo_home_control_api/helper/uid.py51
A
0 mins
devolo_home_control_api/homecontrol.py430
C
7 hrs
devolo_home_control_api/mydevolo.py140
A
0 mins
devolo_home_control_api/properties/__init__.py19
A
0 mins
devolo_home_control_api/properties/binary_sensor_property.py44
A
0 mins
devolo_home_control_api/properties/binary_switch_property.py45
A
0 mins
devolo_home_control_api/properties/consumption_property.py58
A
0 mins
devolo_home_control_api/properties/humidity_bar_property.py35
A
0 mins
devolo_home_control_api/properties/multi_level_sensor_property.py55
A
0 mins
devolo_home_control_api/properties/multi_level_switch_property.py78
A
0 mins
devolo_home_control_api/properties/property.py22
A
0 mins
devolo_home_control_api/properties/remote_control_property.py46
A
0 mins
devolo_home_control_api/properties/sensor_property.py19
A
0 mins
devolo_home_control_api/properties/settings_property.py162
A
0 mins
devolo_home_control_api/publisher/__init__.py4
A
0 mins
devolo_home_control_api/publisher/publisher.py37
A
0 mins
devolo_home_control_api/publisher/updater.py372
C
1 day
devolo_home_control_api/py.typed
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
example.py21
A
0 mins