Add debug statement

This commit is contained in:
2025-12-30 14:42:53 +01:00
parent f4348d0e05
commit e6aabef60b

View File

@@ -26,6 +26,7 @@ class MQTTForwarder:
print(f"An error occurred while forwarding from {src_topic} to {dst_topic}: {e}")
def __wrap_data(self, msg : str):
print(msg)
result = {}
data = json.loads(msg)
result["timestamp"] = int(time.time())