I'm considering getting into the Hubitat world but want to double check something first. Would really appreciate if someone could tell me if my understanding of the Maker API is correct or not.
My idea is to have an ESP scanning for a known iBeacon. Then when the ESP sees the target beacon come into range, the ESP will fire a specific URL that the Hubitat Maker API will receive and then trigger the automation I want. I am not sure if this is possible with Hubitat though.
According to the instructions on this link, it seems like this should be possible: Maker API - Hubitat Documentation
From what I understand, after I set up the Maker app in the hub according to the instructions on the previous link, I would then authorize one of my connected devices as they describe. Then I would follow the pattern (http:// [hub ip address] /apps/api/[app id]/devices/[device id]/[command]/?access_token=[access_token]) to create a device command URL.
So, if the ESP sent this command URL (http get), would that trigger the automation that is embedded in the command URL?
Note: I don't want to use IFTTT if I can avoid it. Also don't want to use rPi or HomeAssistant.
Thanks in advance for your help!