Fixed broker forwarder

This commit is contained in:
2025-12-29 13:03:30 +01:00
parent 239bd1035b
commit 4110e6823b
2 changed files with 8 additions and 4 deletions

View File

@@ -21,5 +21,6 @@ if __name__ == '__main__':
api_broker = MQTTService("192.168.15.120", 8883)
forwarder = MQTTForwarder(client_id, local_broker, api_broker)
forwarder.start(f"/customer/${client_id}/#", f"/board-mate/${client_id}/telemetry")
app.run(host="0.0.0.0", port=5000, debug=False)