Refine location

This commit is contained in:
2025-02-05 13:59:59 +08:00
parent fc0e89ee41
commit 1edf0279c5
15 changed files with 816 additions and 3 deletions

View File

@@ -77,7 +77,6 @@ class KasaPowerStripDataExporter(interface.IPrometheusDataExporter):
class TapoT315DataExporter(interface.IPrometheusDataExporter):
def __init__(self, ip, username, password, devName, devNameInEnglish=""):
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
self.devIp = ip
self.devUsername = username
self.devPassword = password