mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add setting to change clean count (#1457)
Adds a setting to change the number of times to clean: ``` == Configuration == Clean count (clean_count): 1 (range: 1-3) ```
This commit is contained in:
@@ -69,6 +69,13 @@ async def test_features(dev: SmartDevice, feature: str, prop_name: str, type: ty
|
||||
{"suction": 1, "type": "global"},
|
||||
id="vacuum_fan_speed",
|
||||
),
|
||||
pytest.param(
|
||||
"clean_count",
|
||||
2,
|
||||
"setCleanAttr",
|
||||
{"clean_number": 2, "type": "global"},
|
||||
id="clean_count",
|
||||
),
|
||||
],
|
||||
)
|
||||
@clean
|
||||
|
Reference in New Issue
Block a user