.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.pre-commit-hooks.yaml
README.md
cli.py
dev-cli.py
noxfile.py
pyproject.toml
uv.lock
.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.ksy
tc66c2mqtt/tc66c.py
tc66c2mqtt/tc66c_bluetooth.py
tc66c2mqtt/tc66c_ksy2py.sh
tc66c2mqtt/types.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_app/write_out.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/tc66c_decrypted.data
tc66c2mqtt/tests/test_doctests.py
tc66c2mqtt/tests/test_project_setup.py
tc66c2mqtt/tests/test_readme.py
tc66c2mqtt/tests/test_readme_history.py
tc66c2mqtt/tests/test_tc66.py
tc66c2mqtt/tests/test_tc66_decryptor.py