futurice / vor

The new IoT Office Experience.
http://vor.space
MIT License
47 stars 10 forks source link

Deal with "keep-alive" message #54

Closed luisramalho closed 8 years ago

luisramalho commented 8 years ago

We get a keep-alive message every 30 seconds, if we don't get it it means that the beacon is down. The messages that get this messages are:

Example {"type":"keep-alive","id":"toilet8am"}

Client needs to understand this and show if the beacon is not alive somehow.

luisramalho commented 8 years ago

Handled with #55, basically by ignoring it.