ostrya / PresencePublisher

An Android MQTT client that regularly publishes messages to notify about the device's presence
MIT License
79 stars 12 forks source link

Take account of beacons' proximity #33

Open lgnap opened 3 years ago

lgnap commented 3 years ago

In the settings we can see the power and the approximated distance to the Beacon. If two beacons are detected it will be great to send only a message for the higher power or (better) send the signal power into message ;-)

ostrya commented 3 years ago

I think I would prefer the second option and send the signal power as part of the message. This will probably be done as part of #30 as a new placeholder for templated messages.