abode-api

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i abode-api

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hbeckeri