From 6b26301fcf12342355adc94b25ef2a9d82ff2376 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 2 Feb 2024 11:16:05 +0300 Subject: [PATCH] [add] details how StarLine integration works (#31107) * [add] details how integration works Detailed information about API calls and data retrieved. * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/starline.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/starline.markdown b/source/_integrations/starline.markdown index d1def950e37..58078727bd8 100644 --- a/source/_integrations/starline.markdown +++ b/source/_integrations/starline.markdown @@ -43,6 +43,7 @@ Create a new application in the [StarLine developer profile](https://my.starline
+The integration makes API calls to StarLine servers to retrieve data. It gets only the latest set of values that are valid for the moment of the API call. This means that the integration does not retrieve or store values, StarLine events, or parameters between the API calls. You can make up to 1000 API calls per day, which means you could make one approximately every 86 seconds. By default, the state of integration will be updated every 3 minutes and OBD information will be updated every 3 hours, making 488 calls per day. It is not recommended to set an update interval of less than 90 seconds.