Skip to content

Commit

Permalink
Updated documentation. Fixes #15. Thanks @Danielvdd1!
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDM0 committed Nov 12, 2021
1 parent 4656fa2 commit 133960d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CLOUD_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<details>
<summary><i>async</i> crownstones() : Promise&lt;cloud_Stone[]></summary>
> You use this method to download the data of your different locations. Use this to get the location id you need to get a specific location.
> You use this method to download the data of your different Crownstones. You can use this to get the crownstone id you need to send commands to it.
>
> - Returns
> - **cloud_Stone[]**: JSON containing the data for all crownstones available to you. [Type definition found here.](../src/declarations/cloudTypes.d.ts)
Expand All @@ -166,9 +166,9 @@
<details>
<summary><i>async</i> keys() : Promise&lt;cloud_Stone[]></summary>
<summary><i>async</i> keys() : Promise&lt;cloud_Keys[]></summary>
> You use this method to download the data of your different locations. Use this to get the location id you need to get a specific location.
> You use this method to get the BLE encryption keys you have access too, as well as the sphereAuthorizationToken which you need to login to your hub (if you have one).
>
> - Returns
> - **cloud_Keys[]**: JSON containing keys for all spheres. [Type definition found here.](../src/declarations/cloudTypes.d.ts)
Expand Down

0 comments on commit 133960d

Please sign in to comment.