Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 601 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 601 Bytes

jablotron-puppeteer

Automate the use of Jablotron Alarm with Puppeteer for use with Alexa, Google Home, etc.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Start the app for production

npm run deploy

Lint code with eslint

npm run test

How to use

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
}