Skip to content

Commit

Permalink
Update rpc-service-wifi doc
Browse files Browse the repository at this point in the history
Leftover from #4

PUBLISHED_FROM=7c5c336641d1a57aaa396ccc0eab39990590c8b4
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Apr 26, 2018
1 parent 5262e10 commit 4226010
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Arguments: none.
Example usage:

<pre class="command-line language-bash" data-user="chris" data-host="localhost" data-output="2-100"><code>mos call Wifi.Scan
{
"results": [
{
"ssid": "my_essid",
"auth": 0,
"channel": 1,
"rssi": -25
},
...
]
}</code></pre>
[
{
"ssid": "my_essid",
"bssid": "12:34:56:78:90:ab",
"auth": 0,
"channel": 1,
"rssi": -25
},
...
]
</code></pre>

0 comments on commit 4226010

Please sign in to comment.