From 025aa82971858edae3a61886c96f479b643fb017 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 28 Nov 2022 16:04:21 -0500 Subject: [PATCH] testing --- mqtt/tempSensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mqtt/tempSensor.py b/mqtt/tempSensor.py index e780ff5..04019e0 100644 --- a/mqtt/tempSensor.py +++ b/mqtt/tempSensor.py @@ -49,6 +49,7 @@ def connect_mqtt(): def getValues(sensor): try: + print(sensor) temp = sensor.temperature humidity = sensor.humidity