From 70f4fafbfd661b60bd2ac87d5eb358fcfc29014a Mon Sep 17 00:00:00 2001 From: Francois JUMELLE Date: Sun, 26 Oct 2025 22:52:40 +0100 Subject: [PATCH] Add debug info --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index f06acc6..23bc319 100755 --- a/plugin.py +++ b/plugin.py @@ -281,7 +281,7 @@ class BasePlugin: 'X-Gizwits-Application-Id': 'c70a66ff039d41b4a220e198b0fcc8b3', } - Domoticz.Debug(f"Get Mode for {self.did}...") + Domoticz.Debug(f"Get Mode for {[self.did[d]['alias'] for d in self.did]}...") for deviceid in self.did: device = self.did[deviceid] did = device["did"]