We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b0c15 commit 89dc0b3Copy full SHA for 89dc0b3
plugwise_usb/network/registry.py
@@ -17,7 +17,7 @@
17
NodeRemoveRequest,
18
PlugwiseRequest,
19
)
20
-from ..messages.responses import PlugwiseResponse
+from ..messages.responses import NodeResponseType, PlugwiseResponse
21
from .cache import NetworkRegistrationCache
22
23
_LOGGER = logging.getLogger(__name__)
0 commit comments