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 7ae404a commit ede19ebCopy full SHA for ede19eb
plugwise_usb/__init__.py
@@ -14,7 +14,7 @@
14
15
from .api import NodeEvent, PlugwiseNode, StickEvent
16
from .connection import StickController
17
-from .const import DEFAULT_CONS_INTERVAL, NO_PRODUCTION_INTERVAL
+from .constants import DEFAULT_CONS_INTERVAL, NO_PRODUCTION_INTERVAL
18
from .exceptions import MessageError, NodeError, StickError, SubscriptionError
19
from .network import StickNetwork
20
0 commit comments