mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-23 11:43:34 +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:
|
||
|
```
|