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 14bc897 commit 5d22994Copy full SHA for 5d22994
plugwise_usb/__init__.py
@@ -14,7 +14,7 @@
14
15
from .api import NodeEvent, PlugwiseNode, StickEvent
16
from .connection import StickController
17
-from .exceptions import NodeError, StickError, SubscriptionError
+from .exceptions import MessageError, NodeError, StickError, SubscriptionError
18
from .network import StickNetwork
19
20
FuncT = TypeVar("FuncT", bound=Callable[..., Any])
0 commit comments