Add debug info

This commit is contained in:
2025-10-26 22:52:40 +01:00
parent 1672ba6dc5
commit 70f4fafbfd

View File

@@ -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"]