apption-labs / meater-cloud-public-rest-api

MEATER Cloud REST API documentation.
84 stars 4 forks source link

Get two point precision via the api? #26

Open LukasM937 opened 2 years ago

LukasM937 commented 2 years ago

For a clearer indication I would like to receive two point (0,xy) precision. Is there a way to get it? Further is there a way to get more requests per limit?

simonmaddox commented 2 years ago

Good ideas, @LukasM937. Definitely things we'll add to our backlog here. Thank you.

You can send more than 2 requests per minute - the docs say you can do 60 (so, one per second). However, the data in Cloud doesn't change that regularly, so it won't improve things right now.

Depending on a number of factors, the apps currently only send the latest cook data to the cloud a handful of times per minute. We'd like to improve that, and we're putting things in place on our end to do that - I don't have an ETA for you though unfortunately. That's a long-term project for us.

The fastest we'd ever update in Cloud would be once per second, though, so please feel free to poll somewhere between the recommended interval and the maximum interval - once we make changes on our side, you should then automatically pick them up.

LukasM937 commented 2 years ago

Thank you