.copier-answers.yml
.gitignore
.gitlab-ci.yml
.gitremotes
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docker/Dockerfile
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_static/theme_overrides.css
docs/explanations/decisions.md
docs/explanations/devicetypes.rst
docs/explanations/purpose.rst
docs/explanations/security.rst
docs/explanations/todo.rst
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/addapi.rst
docs/how-to/ciscoiospoe.rst
docs/how-to/contribute.md
docs/how-to/edit-yaml.rst
docs/how-to/kasasmartplug.rst
docs/how-to/mega4.rst
docs/how-to/run-container.md
docs/how-to/taposmartplug.rst
docs/how-to/web_ui.rst
docs/images/MaasGuiSettings.png
docs/images/MaasLogo.png
docs/images/ciscoiospoeswitch.png
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/images/kasa.png
docs/images/mega4.png
docs/images/netgear.png
docs/images/poehat.png
docs/images/tapo.png
docs/reference/api.md
docs/reference/poe.rst
docs/tutorials/advanced.rst
docs/tutorials/getting-started.rst
docs/tutorials/installation.md
src/maaspower/__init__.py
src/maaspower/__main__.py
src/maaspower/_version.py
src/maaspower/maas_globals.py
src/maaspower/maasconfig.py
src/maaspower/webhook.py
src/maaspower.egg-info/PKG-INFO
src/maaspower.egg-info/SOURCES.txt
src/maaspower.egg-info/dependency_links.txt
src/maaspower.egg-info/entry_points.txt
src/maaspower.egg-info/requires.txt
src/maaspower.egg-info/top_level.txt
src/maaspower/devices/__init__.py
src/maaspower/devices/cisco_ios_poe_switch.py
src/maaspower/devices/kasa_device.py
src/maaspower/devices/shell_cmd.py
src/maaspower/devices/smart_thing.py
src/maaspower/devices/web_device.py
src/maaspower/devices/web_ui.py
tests/conftest.py
tests/test_cli.py
tests/test_flask.py
tests/update_test_files.sh
tests/samples/cisco_ios_poe_switch.yaml
tests/samples/dummy_cmd.yaml
tests/samples/kasasampleconfig.yaml
tests/samples/maaspower.schema.json
tests/samples/sampleconfig.yaml
tests/samples/sampleregex.yaml
tests/samples/sampleregex2.yaml
utils/smartthingtest.py
utils/webuitest.py