.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
example_async.py
example_sync.py
pyproject.toml
.github/dependabot.yml
.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_plc_api/__init__.py
devolo_plc_api/device.py
devolo_plc_api/py.typed
devolo_plc_api.egg-info/PKG-INFO
devolo_plc_api.egg-info/SOURCES.txt
devolo_plc_api.egg-info/dependency_links.txt
devolo_plc_api.egg-info/requires.txt
devolo_plc_api.egg-info/top_level.txt
devolo_plc_api/clients/__init__.py
devolo_plc_api/clients/protobuf.py
devolo_plc_api/device_api/__init__.py
devolo_plc_api/device_api/deviceapi.py
devolo_plc_api/device_api/deviceapi.pyi
devolo_plc_api/device_api/factoryreset_pb2.py
devolo_plc_api/device_api/factoryreset_pb2.pyi
devolo_plc_api/device_api/ledsettings_pb2.py
devolo_plc_api/device_api/ledsettings_pb2.pyi
devolo_plc_api/device_api/restart_pb2.py
devolo_plc_api/device_api/restart_pb2.pyi
devolo_plc_api/device_api/support_pb2.py
devolo_plc_api/device_api/support_pb2.pyi
devolo_plc_api/device_api/updatefirmware_pb2.py
devolo_plc_api/device_api/updatefirmware_pb2.pyi
devolo_plc_api/device_api/wifinetwork_pb2.py
devolo_plc_api/device_api/wifinetwork_pb2.pyi
devolo_plc_api/exceptions/__init__.py
devolo_plc_api/exceptions/device.py
devolo_plc_api/exceptions/feature.py
devolo_plc_api/network/__init__.py
devolo_plc_api/plcnet_api/__init__.py
devolo_plc_api/plcnet_api/getnetworkoverview_pb2.py
devolo_plc_api/plcnet_api/getnetworkoverview_pb2.pyi
devolo_plc_api/plcnet_api/identifydevice_pb2.py
devolo_plc_api/plcnet_api/identifydevice_pb2.pyi
devolo_plc_api/plcnet_api/pairdevice_pb2.py
devolo_plc_api/plcnet_api/pairdevice_pb2.pyi
devolo_plc_api/plcnet_api/plcnetapi.py
devolo_plc_api/plcnet_api/plcnetapi.pyi
devolo_plc_api/plcnet_api/setuserdevicename_pb2.py
devolo_plc_api/plcnet_api/setuserdevicename_pb2.pyi
devolo_plc_api/zeroconf/__init__.py
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
script/stubgen.py
tests/__init__.py
tests/conftest.py
tests/test_data.json
tests/test_device.py
tests/test_deviceapi.py
tests/test_network.py
tests/test_plcnetapi.py
tests/test_profobuf.py
tests/fixtures/__init__.py
tests/fixtures/device.py
tests/fixtures/device_api.py
tests/fixtures/plcnet_api.py
tests/fixtures/protobuf.py
tests/mocks/__init__.py
tests/mocks/mock_device.py
tests/mocks/mock_zeroconf.py
tests/stubs/__init__.py
tests/stubs/protobuf.py
tests/stubs/zeroconf.py