Improve bulb support (alias, time settings) (#198)

* Fix set_alias and time related functions for bulbs

* Fix tests for smartlife.iot.common.timesetting and smartlife.iot.common.system
This commit is contained in:
Teemu R
2021-09-19 23:53:17 +02:00
committed by GitHub
parent 1803a83ae6
commit 016d030245
4 changed files with 40 additions and 19 deletions

View File

@@ -153,7 +153,7 @@ def get_device_for_file(file):
return p
@pytest.fixture(params=SUPPORTED_DEVICES)
@pytest.fixture(params=SUPPORTED_DEVICES, scope="session")
def dev(request):
"""Device fixture.