From f36c29bad840c9583504b7d6754e99fe1fcc6dd8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Dec 2023 15:01:30 -0600 Subject: [PATCH] Update getInfo.tasmota.py --- inc/getInfo.tasmota.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/getInfo.tasmota.py b/inc/getInfo.tasmota.py index 4d026124..4604c717 100644 --- a/inc/getInfo.tasmota.py +++ b/inc/getInfo.tasmota.py @@ -4,7 +4,6 @@ device_id = sys.argv[1] unit_measure = 0 time_zone = 2 -lacrosse_device = pylacrossapi.lacrosse(device_id, unit_measure, time_zone) device1 = lacrosse(device_id,unit_measure,time_zone) device_info=device1.getObservation(1)