Skip to content

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

License

Notifications You must be signed in to change notification settings

DomResc/jablotron-puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published