Updated the example in the README
This commit is contained in:
parent
70ed602814
commit
9b99902463
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ see [DOCUMENTATION.md](DOCUMENTATION.md)
|
||||||
```python
|
```python
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from yahuelib.controller import LightController, GroupController
|
# from yahuelib.controller import LightController
|
||||||
|
from yahuelib.controller import GroupController
|
||||||
from yahuelib.utils import rgb_to_hsv
|
from yahuelib.utils import rgb_to_hsv
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Reference in a new issue