Skip to content

Commit b362875

Browse files
committed
Add todo for maybe needed functionality
1 parent 2465bec commit b362875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise_usb/network/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ def registry(self) -> list[str]:
166166
000A - 0011: StickInitRequest - StickInitResponse
167167
0004 - 0005: CirclePlusConnectRequest - CirclePlusConnectResponse
168168
The Plus-device will then send a NodeRejoinResponse (0061).
169+
170+
Todo(?): Does this need repeating until pairing is succesful?
169171
"""
170172
_LOGGER.debug("Pair Plus-device with mac: %s", mac)
171173
if not validate_mac(mac):

0 commit comments

Comments
 (0)