A simple Flight PHP based web app that let's you create fire listening nodes with (Mac ID, Name) and send data on behalf of that node using an API.
curl --location --request POST 'https://hostname.com/api/add-fire-level' \
--form 'mac_id=abcd' \
--form 'token=<whatever your token is, from the navbar>' \
--form 'fire=20'