Skip to content

Commit 8f39450

Browse files
authored
Fix a typo. (#62)
1 parent e3bf1b8 commit 8f39450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_deconz/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _handle_device_state_changed(self, data):
212212
async def _aps_data_indication(self):
213213
try:
214214
r = await self._command('aps_data_indication', 1, 1)
215-
LOGGER.debug(("'aps_data_indication' responnse from %s, ep: %s, "
215+
LOGGER.debug(("'aps_data_indication' response from %s, ep: %s, "
216216
"profile: 0x%04x, cluster_id: 0x%04x, data: %s"),
217217
r[4], r[5], r[6], r[7], binascii.hexlify(r[8]))
218218
return r

0 commit comments

Comments
 (0)