abode-api
v1.0.0
Published
A third-party Javascript wrapper for Abode's REST API.
Downloads
5
Readme
Abode Api
A 3rd party node.js library that implements the Abode API.
Instalation
npm i abode-api
Usage
This library uses axios to send HTTP request. All methods will expose the underlying config
parameter for axios
Begin by initializing with your username and password.
let abode = require('abode-api').abode(username, password);
abode.mode.status()
.then(response => console.log(response))
.catch(err => console.log(err));
Methods
Modes
Home
abode.mode.home()
Away
abode.mode.away()
Standby
abode.mode.standby()
Panel
abode.mode.panel()
Devices
abode.mode.devices()
Associates
abode.mode.associates()