mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Fix smart led status to report rule status (#1002)
Change the reporting of the led state for smart devices to match the setter which sets the rule to always or never.
This commit is contained in:
@@ -893,7 +893,7 @@ async def test_feature_set(mocker, runner):
|
||||
)
|
||||
|
||||
led_setter.assert_called_with(True)
|
||||
assert "Changing led from False to True" in res.output
|
||||
assert "Changing led from True to True" in res.output
|
||||
assert res.exit_code == 0
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user