1.0.0 • Published 7 years ago

abode-api v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

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()