Add --child option to feature command (#789)

This allows listing and changing child device features that were previously not accessible using the cli tool.
This commit is contained in:
Teemu R
2024-02-23 23:32:17 +01:00
committed by GitHub
parent 7884436679
commit c61f2e931c
3 changed files with 126 additions and 6 deletions

View File

@@ -573,7 +573,7 @@ def unsupported_device_info(request, mocker):
yield discovery_data
@pytest.fixture()
@pytest.fixture
def dummy_protocol():
"""Return a smart protocol instance with a mocking-ready dummy transport."""