./.gitignore
./CHANGELOG.md
./LICENSE
./PROJECT_MANIFEST.txt
./README.md
./VERSION
./app/main.py
./app/relaycontrol/DHT.py
./app/relaycontrol/__init__.py
./app/relaycontrol/config.py
./app/relaycontrol/controller.py
./app/relaycontrol/database.py
./app/relaycontrol/engine.py
./app/relaycontrol/eventlog.py
./app/relaycontrol/hardware.py
./app/relaycontrol/network.py
./app/relaycontrol/notifier.py
./app/relaycontrol/runtime.py
./app/relaycontrol/sensor.py
./app/relaycontrol/static/css/app.css
./app/relaycontrol/static/js/app.js
./app/relaycontrol/templates/index.html
./app/relaycontrol/templates/login.html
./app/relaycontrol/web.py
./config/application.example.json
./config/hardware.example.json
./config/smtp.example.json
./docs/API.md
./docs/ARCHITECTURE.md
./docs/BACKUP_RESTORE.md
./docs/HARDWARE.md
./docs/INSTALLATION.md
./docs/OPERATION.md
./docs/SECURITY.md
./docs/TROUBLESHOOTING.md
./install.sh
./requirements.txt
./scripts/backup.sh
./scripts/configure_install.py
./scripts/database-maintenance.sh
./scripts/hardware_check.py
./scripts/install.sh
./scripts/migrate-to-pigpio.sh
./scripts/repair.sh
./scripts/restart.sh
./scripts/restore.sh
./scripts/start.sh
./scripts/status.sh
./scripts/stop.sh
./scripts/uninstall.sh
./scripts/update.sh
./systemd/pigpiod.service.template
./systemd/relay-control.service.template
./tests/run_smoke_test.py
./tests/test_database.py
./tests/test_engine.py
./tests/test_hardware_pigpio.py
./tests/test_web.py
