.editorconfig
.flake8
.gitignore
README.md
cli.py
dev-cli.py
pyproject.toml
requirements.dev.txt
requirements.txt
tc66.dat
.github/workflows/tests.yml
tc66c2mqtt/__init__.py
tc66c2mqtt/__main__.py
tc66c2mqtt/constants.py
tc66c2mqtt/data_classes.py
tc66c2mqtt/mqtt_handler.py
tc66c2mqtt/tc66.py
tc66c2mqtt/tc66_decryptor.py
tc66c2mqtt/tc66c_bluetooth.py
tc66c2mqtt/user_settings.py
tc66c2mqtt.egg-info/PKG-INFO
tc66c2mqtt.egg-info/SOURCES.txt
tc66c2mqtt.egg-info/dependency_links.txt
tc66c2mqtt.egg-info/entry_points.txt
tc66c2mqtt.egg-info/requires.txt
tc66c2mqtt.egg-info/top_level.txt
tc66c2mqtt/cli_app/__init__.py
tc66c2mqtt/cli_app/print_data.py
tc66c2mqtt/cli_app/publish.py
tc66c2mqtt/cli_app/scan.py
tc66c2mqtt/cli_app/settings.py
tc66c2mqtt/cli_app/systemd.py
tc66c2mqtt/cli_app/update_readme_history.py
tc66c2mqtt/cli_dev/__init__.py
tc66c2mqtt/cli_dev/code_style.py
tc66c2mqtt/cli_dev/packaging.py
tc66c2mqtt/cli_dev/testing.py
tc66c2mqtt/tests/__init__.py
tc66c2mqtt/tests/fixtures.py
tc66c2mqtt/tests/test_doctests.py
tc66c2mqtt/tests/test_project_setup.py
tc66c2mqtt/tests/test_tc66.py
tc66c2mqtt/tests/test_tc66_decryptor.py