mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-04-27 17:16:24 +00:00
27 lines
365 B
Markdown
27 lines
365 B
Markdown
(light_target)=
|
|
# Interact with lights
|
|
|
|
:::{include} ../codeinfo.md
|
|
:::
|
|
|
|
```{eval-rst}
|
|
.. automodule:: kasa.interfaces.light
|
|
:noindex:
|
|
```
|
|
|
|
(lightpreset_target)=
|
|
## Presets
|
|
|
|
```{eval-rst}
|
|
.. automodule:: kasa.interfaces.lightpreset
|
|
:noindex:
|
|
```
|
|
|
|
(lighteffect_target)=
|
|
## Effects
|
|
|
|
```{eval-rst}
|
|
.. automodule:: kasa.interfaces.lighteffect
|
|
:noindex:
|
|
```
|