We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba091f commit f06550bCopy full SHA for f06550b
zigpy_znp/zigbee/application.py
@@ -40,6 +40,8 @@
40
ZHA_ENDPOINT = 1
41
ZLL_ENDPOINT = 2
42
43
+ZDO_PROFILE = 0x0000
44
+
45
# All of these are in seconds
46
PROBE_TIMEOUT = 5
47
STARTUP_TIMEOUT = 5
@@ -1088,7 +1090,7 @@ def _receive_zdo_message(
1088
1090
1089
1091
self.handle_message(
1092
sender=sender,
- profile=zigpy.profiles.zha.PROFILE_ID,
1093
+ profile=ZDO_PROFILE,
1094
cluster=cluster,
1095
src_ep=ZDO_ENDPOINT,
1096
dst_ep=ZDO_ENDPOINT,
0 commit comments