From 70ca42ac93ff539dc36fd08c3ce491c08389ccf6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 15:04:05 -0600 Subject: [PATCH] Update getInfo.tasmota.py --- inc/getInfo.tasmota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/getInfo.tasmota.py b/inc/getInfo.tasmota.py index 7b7d98cd..cb8d6466 100644 --- a/inc/getInfo.tasmota.py +++ b/inc/getInfo.tasmota.py @@ -11,6 +11,6 @@ time_zone = 2 device1 = lacrosse(device_id,unit_measure,time_zone) device_info=device1.getObservation(1) -# print device_info +print device_info