Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zigpy_deconz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down