mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 22:26:30 +00:00
Add debug output to gdbus (#1203)
This commit is contained in:
parent
4fe2859f4e
commit
138bb12f98
@ -142,6 +142,7 @@ class DBus:
|
|||||||
data = await self._send(command)
|
data = await self._send(command)
|
||||||
|
|
||||||
# Parse and return data
|
# Parse and return data
|
||||||
|
_LOGGER.debug("Receive from %s: %s", method, data)
|
||||||
return self.parse_gvariant(data)
|
return self.parse_gvariant(data)
|
||||||
|
|
||||||
async def get_properties(self, interface):
|
async def get_properties(self, interface):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user