mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Correct --open flag to nmap (#11500)
This commit is contained in:
parent
dfb2a14d62
commit
972b025b47
@ -78,7 +78,7 @@ Discovery is not yet supported for any robot vacuum models (Dyson 360 Eye). For
|
|||||||
To find a devices IP address, you can use your router or `nmap`:
|
To find a devices IP address, you can use your router or `nmap`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
|
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY --open
|
||||||
```
|
```
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
@ -89,7 +89,7 @@ Where:
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nmap -p 1883 192.168.0.0/24 -- open
|
$ nmap -p 1883 192.168.0.0/24 --open
|
||||||
```
|
```
|
||||||
|
|
||||||
## Vacuum
|
## Vacuum
|
||||||
@ -168,4 +168,4 @@ Note: currently only the 2018 dyson fans are supported(TP04 and DP04).
|
|||||||
|
|
||||||
- Pure Cool link (desk and tower)
|
- Pure Cool link (desk and tower)
|
||||||
- Pure Hot+cool link (see climate part) for thermal control
|
- Pure Hot+cool link (see climate part) for thermal control
|
||||||
- Pure Cool 2018 Models (TP04 and DP04)
|
- Pure Cool 2018 Models (TP04 and DP04)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user