Skip to content

Commit a2134d6

Browse files
committed
Fix ZDOCmd.Mgmt_Rtg_req translation typo introduced in #41
1 parent bb9ee5a commit a2134d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/zigbee/zdo_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
ZDOCmd.Mgmt_Rtg_req: (
138138
(
139139
lambda addr, StartIndex: (
140-
c.ZDO.MgmtLqiReq.Req(
140+
c.ZDO.MgmtRtgReq.Req(
141141
Dst=addr.address,
142142
StartIndex=StartIndex,
143143
)

0 commit comments

Comments
 (0)