Skip to content

Commit 23f88d9

Browse files
authored
Update README.md
1 parent a276c3b commit 23f88d9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Crownstone cloud is initialized with 2 arguments:
8484
* User email
8585
* User password
8686

87-
If you do not yet have a Crownstone account, go to (My Crownstone)[my.crownstone.rocks] to set one up.
87+
If you do not yet have a Crownstone account, go to [My Crownstone](my.crownstone.rocks) to set one up.
8888
The email and password are used to re-login after an access token has expired.
8989
```Python
9090
cloud = CrownstoneCloud('email', 'password')
@@ -222,7 +222,7 @@ A User has the following fields in the cloud lib:
222222
223223
### Sphere
224224

225-
#### get_keys() -> dict
225+
#### get_keys() -> Dict
226226
> Async function. Returns a dict with the keys of this sphere. The keys can be used for BLE connectivity with the Crownstones.
227227
228228
### Crownstones
@@ -244,7 +244,7 @@ A User has the following fields in the cloud lib:
244244
#### turn_off()
245245
> Async function. Send a command to turn a Crownstone off. To make this work make sure to be in the selected sphere and have Bluetooth enabled on your phone.
246246
247-
#### set_brightness(percentage: int)
247+
#### set_brightness(percentage: Int)
248248
> Async function. Send a command to set a Crownstone to a given brightness level. To make this work make sure to be in the selected sphere and have Bluetooth enabled on your phone.
249249
250250
### Locations
@@ -263,10 +263,10 @@ A User has the following fields in the cloud lib:
263263
#### update()
264264
> Async function. Sync the Users with the cloud for a sphere. Doing this will replace all the current user data with that of the cloud.
265265
266-
#### find_by_first_name(first_name: String) -> list
266+
#### find_by_first_name(first_name: String) -> List
267267
> Returns a list of all users with that first name, as duplicate first names can exist.
268268
269-
#### find_by_last_name(last_name: String) -> list
269+
#### find_by_last_name(last_name: String) -> List
270270
> Return a list of all users with that last name, as duplicate last names can exist.
271271
272272
#### find_by_id(user_id: String) -> Location

0 commit comments

Comments
 (0)