Button API Alarm Docs!


Get the Alarm Status!

Send a GET request to /api/allarm/armed/ and it returns 1 if it's on and 0 if off.

Turn Off the Alarm!

Send a GET request to /api/allarm/dearm/ and it returns "DeArmed" if successful.

Turn On the Alarm!

Send a GET request to /api/allarm/arm/ and it returns "Armed" if successful.