Skip to content

rmilev/adt-pulse-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adt-pulse - A Javascript library for ADT Pulse

This module provides a Javascript library for calls to the ADT Pulse AJAX backend. Since it is dependent on a production website, the behavior is subject to change without notice.

This is a derivative of the node-adt-pulse module. The related git repository is not active and does not contain the source for that module, so this is not a true fork.

Installation

You can install through npm: npm install adt-pulse

Usage

var Pulse = require('adt-pulse');
var myAlarm = new Pulse('<Your Email>', '<Your Password>');

// Register Callbacks:
myAlarm.onDeviceUpdate(
    function(device) {
        console.log(device)
    }
);

// Login - gets all devices, zones and status and invokes callbacks:
myAlarm.login();

About

Javascript library / node module for ADT Pulse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%