Skip to content

Commit 6c3e401

Browse files
committed
Revert change to radius
1 parent 5be8a84 commit 6c3e401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/zigbee/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ async def _send_request_raw(
810810
ClusterId=cluster,
811811
TSN=sequence,
812812
Options=options,
813-
Radius=10,
813+
Radius=radius,
814814
Data=data,
815815
)
816816
else:

0 commit comments

Comments
 (0)