Start a new topic
Answered

New options in Indicator APP

 Hi there!


I've seen new options when developing an indicator app in the secion "Add options to your app" -for instance text field, number and so on.


However I haven't seen any documentation on those new options. Could someone help? What does it mean?


Thanks,

Best,

Franck


Best Answer

Franck, we are working on a tutorial that demonstrates options usage.


Long story short. All options you add to your app will appear to the user like options in any other app (for example clock or weather). These options are sent with each GET request to your server in form of query parameters – http://<url>?option1=value1&option2=value2. So you will be able to use them to return different values to your app.


Please also check our tutorial that demonstrates the principle of building the app for LaMetric here.


Hope it helps.


1 person has this question
1 Comment

Answer

Franck, we are working on a tutorial that demonstrates options usage.


Long story short. All options you add to your app will appear to the user like options in any other app (for example clock or weather). These options are sent with each GET request to your server in form of query parameters – http://<url>?option1=value1&option2=value2. So you will be able to use them to return different values to your app.


Please also check our tutorial that demonstrates the principle of building the app for LaMetric here.


Hope it helps.

Login or Signup to post a comment