mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-11-26 11:18:18 +00:00
Add common childsetup interface (#1470)
Add a common interface for the `childsetup` module across `smart` and `smartcam` hubs. Co-authored-by: Teemu R. <tpr@iki.fi>
This commit is contained in:
@@ -8,3 +8,10 @@
|
||||
.. automodule:: kasa.smart.modules.childdevice
|
||||
:noindex:
|
||||
```
|
||||
|
||||
## Pairing and unpairing
|
||||
|
||||
```{eval-rst}
|
||||
.. automodule:: kasa.interfaces.childsetup
|
||||
:noindex:
|
||||
```
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
127.0.0.3
|
||||
127.0.0.4
|
||||
127.0.0.5
|
||||
127.0.0.6
|
||||
|
||||
:meth:`~kasa.Discover.discover_single` returns a single device by hostname:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user