Automate the use of Jablotron Alarm with Puppeteer for use with Alexa, Google Home, etc.
npm install
npm run dev
npm run deploy
npm run test
Send an HTTP Post request with this json body
{
"email":"your email",
"password":"your password",
"code":"your code",
"zone":["1","2"] // array with your alarm zone
}