mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-26 16:46:23 +00:00

Add a common interface for the `childsetup` module across `smart` and `smartcam` hubs. Co-authored-by: Teemu R. <tpr@iki.fi>
18 lines
261 B
Markdown
18 lines
261 B
Markdown
(child_target)=
|
|
# Interact with child devices
|
|
|
|
:::{include} ../codeinfo.md
|
|
:::
|
|
|
|
```{eval-rst}
|
|
.. automodule:: kasa.smart.modules.childdevice
|
|
:noindex:
|
|
```
|
|
|
|
## Pairing and unpairing
|
|
|
|
```{eval-rst}
|
|
.. automodule:: kasa.interfaces.childsetup
|
|
:noindex:
|
|
```
|