From f798b75adee107736497f10491595e7f793de824 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Wed, 28 Aug 2019 17:46:32 -0400 Subject: [PATCH] Fix a typo. --- zigpy_deconz/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zigpy_deconz/api.py b/zigpy_deconz/api.py index b578240..bdbd71c 100644 --- a/zigpy_deconz/api.py +++ b/zigpy_deconz/api.py @@ -213,7 +213,7 @@ def _handle_device_state_changed(self, data): async def _aps_data_indication(self): try: r = await self._command('aps_data_indication', 1, 1) - LOGGER.debug(("'aps_data_indication' responnse from %s, ep: %s, " + LOGGER.debug(("'aps_data_indication' response from %s, ep: %s, " "profile: 0x%04x, cluster_id: 0x%04x, data: %s"), r[4], r[5], r[6], r[7], binascii.hexlify(r[8])) return r