Skip to content

hansenzhang/abode-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published