Skip to content

Commit

Permalink
Merge pull request #172 from Apres2707/ru-endpoint
Browse files Browse the repository at this point in the history
add ru endpoint
  • Loading branch information
timoschlueter authored Nov 15, 2024
2 parents 41191f0 + b77fd4e commit 1018bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The script takes the following environment variables
| LINK_UP_PASSWORD | LibreLink Up Login Password | mypassword | X |
| LINK_UP_CONNECTION | LibreLink Up Patient-ID. Can be received from the console output if multiple connections are available. | 123456abc-abcd-efgh-7891def | |
| LINK_UP_TIME_INTERVAL | The time interval of requesting values from libre link up | 5 | |
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA) | EU | |
| LINK_UP_REGION | Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA, RU) | EU | |
| NIGHTSCOUT_URL | Hostname of the Nightscout instance (without https://) | nightscout.yourdomain.com | X |
| NIGHTSCOUT_API_TOKEN | SHA1 Hash of Nightscout access token | 162f14de46149447c3338a8286223de407e3b2fa | X |
| NIGHTSCOUT_DISABLE_HTTPS | Disables the HTTPS requirement for Nightscout URLs | true | |
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"required": true
},
"LINK_UP_REGION": {
"description": "Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA)",
"description": "Your region. Used to determine the correct LibreLinkUp service (Possible values: AE, AP, AU, CA, DE, EU, EU2, FR, JP, US, LA, RU)",
"value": "EU",
"required": false
},
Expand Down
1 change: 1 addition & 0 deletions src/constants/llu-api-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export const LLU_API_ENDPOINTS: LluApiEndpoints = {
JP: "api-jp.libreview.io",
US: "api-us.libreview.io",
LA: "api-la.libreview.io",
RU: "api.libreview.ru",
} as const;

0 comments on commit 1018bfc

Please sign in to comment.