Skip to content

Commit 511e5e8

Browse files
committed
Correct imports, improve docstring
1 parent 52b86e0 commit 511e5e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugwise_usb/network/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from ..exceptions import CacheError, MessageError, NodeError, StickError, StickTimeout
2222
from ..helpers.util import validate_mac
2323
from ..messages.requests import (
24+
CirclePlusConnectRequest,
2425
CircleMeasureIntervalRequest,
2526
NodePingRequest,
2627
StickNetworkInfoRequest,
@@ -34,7 +35,6 @@
3435
NodeRejoinResponse,
3536
NodeResponseType,
3637
PlugwiseResponse,
37-
StickNetworkInfoResponse,
3838
)
3939
from ..nodes import get_plugwise_node
4040
from .registry import StickNetworkRegister
@@ -158,8 +158,8 @@ def registry(self) -> list[str]:
158158
# endregion
159159

160160
async def pair_plus_device(self, mac: str) -> None:
161-
"""Register node to Plugwise network.
162-
161+
"""Pair Plus-device to Plugwise Stick.
162+
163163
According to https://roheve.wordpress.com/author/roheve/page/2/
164164
The pairing process should look like:
165165
0001 - 0002: StickNetworkInfoRequest - StickNetworkInfoResponse

0 commit comments

Comments
 (0)