[irobot] Minor readme corrections (#11124)
* Minor readme corrections Minor clarification originally described here https://community.openhab.org/t/irobot-9xx-on-openhab/17774/196 Signed-off-by: kennetn <kennetn@gmail.com>
This commit is contained in:
parent
aee601cc3d
commit
73f7a86dd8
|
@ -21,6 +21,8 @@ receive the password and go ONLINE.
|
|||
|
||||
After you've done this procedure you can write the password somewhere in case if you need to reconfigure your binding. It's
|
||||
not known, however, whether the password is eternal or can change during factory reset.
|
||||
If you have issues getting the password make sure there are no other devices like your smartphone communicating with the robot.
|
||||
You can also try using [these python scripts](https://github.com/NickWaterton/Roomba980-Python) to get the password.
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
|
@ -166,7 +168,7 @@ The easiest way to determine the pmapId and region_ids is to monitor the last_co
|
|||
irobot.things:
|
||||
|
||||
```
|
||||
irobot:roomba:my_roomba [ ipaddress="192.168.0.5", password="xxxxxxxx" ]
|
||||
Thing irobot:roomba:my_roomba [ ipaddress="192.168.0.5", password="xxxxxxxx" ]
|
||||
```
|
||||
|
||||
irobot.items:
|
||||
|
|
Loading…
Reference in New Issue