The application I'm trying to develop it has the follow flow:
1. A sensor sends the location to sentilo.
2. The sentilo sends to application the new location.
3. The application update the location of the sensor in the map.
4. The flow restarts.
Q: Why I need this, if it's easier make a request to redis?
A: Because I'm trying not to make useless request, so it's nice if the sentilo tells me when a new location has stored, rather the app trying to guess.
But I'm guess that there's no way to make the sentilo works like a webhook