File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ $ uv run pytest kasa
42
42
This will run the tests against the contributed example responses.
43
43
44
44
``` {note}
45
- You can also execute the tests against a real device using `pytest --ip <address>`.
45
+ You can also execute the tests against a real device using `uv run pytest --ip= <address> --username=<username> --password=<password >`.
46
46
Note that this will perform state changes on the device.
47
47
```
48
48
@@ -74,7 +74,7 @@ $ python -m devtools.dump_devinfo --username <username> --password <password> --
74
74
```
75
75
76
76
``` {note}
77
- You can also execute the script against a network by using `--target`: `python -m devtools.dump_devinfo --target network 192.168.1.255`
77
+ You can also execute the script against a network by using `--target`: `python -m devtools.dump_devinfo --target 192.168.1.255`
78
78
```
79
79
80
80
The script will run queries against the device, and prompt at the end if you want to save the results.
You can’t perform that action at this time.
0 commit comments