feat: implement command status update and enhance MQTT message handling

This commit is contained in:
derlole
2025-05-08 13:26:43 +00:00
parent c3d27b9e37
commit 20fa37b0d9
6 changed files with 54 additions and 14 deletions

View File

@@ -30,4 +30,4 @@ CREATE TABLE IF NOT EXISTS commands (
conn.commit()
conn.close()
print(f"Datenbank erstellt unter: {db_path}")
print(f"[DB]Datenbank erstellt unter: {db_path}")