Skip to content

sanjana2610/fire-monitoring-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire alarm System

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 call for posting fire data on behalf of a node

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published