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 4ec68b2 commit 1a78559Copy full SHA for 1a78559
plugwise_usb/__init__.py
@@ -316,16 +316,6 @@ async def load_nodes(self) -> bool:
316
)
317
return await self._network.discover_nodes(load=True)
318
319
- @raise_not_connected
320
- @raise_not_initialized
321
- async def discover_stick(self) -> None:
322
- """Discover all nodes."""
323
- if self._network is None:
324
- raise StickError(
325
- "Cannot load nodes when network is not initialized"
326
- )
327
- await self._network.discover_stick()
328
-
329
@raise_not_connected
330
@raise_not_initialized
331
async def discover_coordinator(self, load: bool = False) -> None:
0 commit comments