optimized control_mqtt

This commit is contained in:
2024-12-21 18:25:54 +01:00
parent 1a1b6f36d3
commit 282cb119ea
7 changed files with 177 additions and 112 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"paho-mqtt>=2.1.0",
]