From 5a2c771b38eff5eb1a30e6bb8fabcb4f1ba188b5 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 28 Nov 2022 15:59:29 -0500 Subject: [PATCH] adding test protocols --- mqtt/tempTest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mqtt/tempTest.py b/mqtt/tempTest.py index 1f4de84..e61ffe6 100644 --- a/mqtt/tempTest.py +++ b/mqtt/tempTest.py @@ -24,4 +24,5 @@ def getValues(sensor): raise error return temp, humidity -getValues(sensor) \ No newline at end of file +temp = getValues(sensor) +print (temp) \ No newline at end of file