Log raw result of configure_reporting() command. (#16655)

pull/16660/head
Alexei Chetroi 2018-09-17 01:45:44 -04:00 committed by Daniel Høyer Iversen
parent fea1c921fc
commit 44fdfdf695
1 changed files with 2 additions and 2 deletions

View File

@ -433,9 +433,9 @@ async def configure_reporting(entity_id, cluster, attr, skip_bind=False,
res = await cluster.configure_reporting(attr, min_report,
max_report, reportable_change)
_LOGGER.debug(
"%s: reporting '%s' attr on '%s' cluster: %d/%d/%d: Status: %s",
"%s: reporting '%s' attr on '%s' cluster: %d/%d/%d: Result: '%s'",
entity_id, attr_name, cluster_name, min_report, max_report,
reportable_change, res[0][0].status
reportable_change, res
)
except DeliveryError as ex:
_LOGGER.debug(