We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2465bec commit b362875Copy full SHA for b362875
plugwise_usb/network/__init__.py
@@ -166,6 +166,8 @@ def registry(self) -> list[str]:
166
000A - 0011: StickInitRequest - StickInitResponse
167
0004 - 0005: CirclePlusConnectRequest - CirclePlusConnectResponse
168
The Plus-device will then send a NodeRejoinResponse (0061).
169
+
170
+ Todo(?): Does this need repeating until pairing is succesful?
171
"""
172
_LOGGER.debug("Pair Plus-device with mac: %s", mac)
173
if not validate_mac(mac):
0 commit comments