mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Fix typo in cli.rst (#581)
This commit is contained in:
parent
1d5a9c35f4
commit
ec3ea39a37
@ -22,7 +22,7 @@ Discovery
|
||||
The tool can automatically discover supported devices using a broadcast-based discovery protocol.
|
||||
This works by sending an UDP datagram on port 9999 to the broadcast address (defaulting to ``255.255.255.255``).
|
||||
|
||||
On multihomed systems, you can use ``--target`` option to specify the broadcsat target.
|
||||
On multihomed systems, you can use ``--target`` option to specify the broadcast target.
|
||||
For example, if your devices reside in network ``10.0.0.0/24`` you can use ``kasa --target 10.0.0.255 discover`` to discover them.
|
||||
|
||||
.. note::
|
||||
|
Loading…
Reference in New Issue
Block a user