Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koalazak committed Mar 6, 2017
1 parent 3a46c44 commit 8f154ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ $ npm run getpassword 192.168.1.103
Make sure your robot is on the Home Base and powered on. Then press and hold the HOME button on your robot until it plays a series of tones (about 2 seconds). Release the button and your robot will flash WIFI light.
Then press any key...
Looking for robots...
Robot found! with blid/username: xxxxxxxxxxxxx
{ ver: '2',
hostname: 'Roomba-xxxxxxxxxxxxx',
robotname: 'Dorita',
Expand All @@ -135,7 +133,9 @@ Robot found! with blid/username: xxxxxxxxxxxxx
sw: 'v2.0.0-34',
sku: 'R98----',
nc: 0,
proto: 'mqtt' }
proto: 'mqtt',
blid: 'xxxxxxxxxxxxx' <---- username/blid
}
Password=> :1:1486937829:gktkDoYpWaDxCfGh <= Yes, all this string.
Use this credentials in dorita980 lib :)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function cloud (username, password, version) {
}

function local (username, password, ip, version, interval) {
if (version === 1) return localV1(username, password, ip, interval);
if (version === 1) return localV1(username, password, ip);
return localV2(username, password, ip, interval);
}

Expand Down

0 comments on commit 8f154ff

Please sign in to comment.