mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-12 01:24:29 +05:00
add more logs on i2c update process
This commit is contained in:
@@ -530,9 +530,11 @@ class MegaD:
|
||||
:return:
|
||||
"""
|
||||
_params = tuple(params.items())
|
||||
return {
|
||||
ret = {
|
||||
_params: await self.request(**params)
|
||||
}
|
||||
self.lg.debug('i2c response: %s', ret)
|
||||
return ret
|
||||
|
||||
async def get_config(self, nports=37):
|
||||
ret = defaultdict(lambda: defaultdict(list))
|
||||
|
||||
Reference in New Issue
Block a user