Skip to content

Commit

Permalink
Typo correction (nightscout#6558)
Browse files Browse the repository at this point in the history
  • Loading branch information
inventor96 authored and ivalkou committed Apr 8, 2021
1 parent 10f2e3a commit 72f94bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/alexa-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you use Authentication Roles, you will need to add a token to the end of your
1. In your Nightscout Admin Tools, add a new subject and give it the "readable" role.
- If you **really** would like to be super specific, you could create a new role and set the permissions to `api:*:read`.
1. After the new subject is created, copy the "Access Token" value for the new row in your subject table (**don't** copy the link, just copy the text).
1. At the end of your Nighscout URL, add `?token={yourtoken}`, where `{yourtoken}` is the Access Token you just copied. Your new URL should look like `https://{yourdomain}/api/v1/googlehome?token={yourtoken}`.
1. At the end of your Nighscout URL, add `?token={yourtoken}`, where `{yourtoken}` is the Access Token you just copied. Your new URL should look like `https://{yourdomain}/api/v1/alexa?token={yourtoken}`.

### Test your skill out with the test tool

Expand Down

0 comments on commit 72f94bd

Please sign in to comment.