Fix credentials

This commit is contained in:
2025-12-29 18:46:32 +01:00
parent fdd3a29954
commit 2209490665
3 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ if __name__ == '__main__':
api_broker = MQTTService(
api_broker_address,
api_broker_port,
username="rpi",
username="customer",
password="hepl",
)