We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b634b0 commit 9c0f002Copy full SHA for 9c0f002
README.md
@@ -425,11 +425,12 @@ python -m tinytuya <command> [<max_time>] [-debug] [-nocolor] [-force [192.168.0
425
json Scan devices listed in snapshot.json file [JSON].
426
<max_time> Maximum time to find Tuya devices [Default=18]
427
-nocolor Disable color text output.
428
- -force Force network scan for device IP addresses. Auto-detects network range if none provided.
429
- [net1/mask1 net2/mask2 ...]
+ -force Force network scan of device IP addresses based on format:
+ [net1/mask1 net2/mask2 ...] Auto-detects if none provided.
430
-no-broadcasts Ignore broadcast packets when force scanning.
431
-debug Activate debug mode.
432
-h Show usage.
433
+
434
```
435
436
### Scan Tool
0 commit comments