We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some people don't use the MQTT server. For these users implement a webhook solution.
So the user can configure a URL which is called if the BLE beacon is appeared or is gone.
Use wildcards for device name: {device} and presence {presence}
For example: http://mywebhooks.com/presence/{device}/{presence} or http://mywebhooks.com/presence/{device}?presence={presence}
Webhook should be configured for each observed device. With this solution, devices can be controlled directly without any home automation hub.
The text was updated successfully, but these errors were encountered:
Starting to implement #10
234b7c0
Webhook implemented #10
15110e7
Implementation and documentation is ready
Sorry, something went wrong.
#10 #11 Webhook fix
7cf29f4
No branches or pull requests
Some people don't use the MQTT server.
For these users implement a webhook solution.
So the user can configure a URL which is called if the BLE beacon is appeared or is gone.
Use wildcards for device name: {device} and presence {presence}
For example:
http://mywebhooks.com/presence/{device}/{presence}
or
http://mywebhooks.com/presence/{device}?presence={presence}
Webhook should be configured for each observed device.
With this solution, devices can be controlled directly without any home automation hub.
The text was updated successfully, but these errors were encountered: