Add some device fixtures (#948)

Adds some device fixtures by courtesy of @jimboca, thanks!
This is a slightly patched and rebased version of #441.

---------

Co-authored-by: JimBo <jimboca3@gmail.com>
Co-authored-by: sdb9696 <steven.beth@gmail.com>
This commit is contained in:
Teemu R
2024-06-04 19:24:53 +02:00
committed by GitHub
parent f890fcedc7
commit 40f2263770
8 changed files with 280 additions and 16 deletions

View File

@@ -33,7 +33,8 @@ class IotLightStrip(IotBulb):
Currently active effect:
>>> strip.effect
{'brightness': 50, 'custom': 0, 'enable': 0, 'id': '', 'name': ''}
{'brightness': 100, 'custom': 0, 'enable': 0,
'id': 'bCTItKETDFfrKANolgldxfgOakaarARs', 'name': 'Flicker'}
.. note::
The device supports some features that are not currently implemented,