securitas-direct

1.2.0 • Public • Published

node-securitas-direct

GitHub Actions badge

A module for reading and changing status of Securitas Direct devices.

Legal Disclaimer

This software is not affiliated with Securitas Direct and the developers take no legal responsibility for the functionality or security of your alarms and devices.

Installation

$ npm install securitas-direct --save

Usage

const SecuritasDirect = require('securitas-direct');

const client = new SecuritasDirect('username', 'password', 'es');

client.login()
  .then(() => client.getInstallation('1234567'))
  .then(installation => {
    console.log('INSTALLATION:', installation);
  })
  .catch(error => {
    console.error('ERROR:', error);
  });

Package Sidebar

Install

npm i securitas-direct

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

5.87 kB

Total Files

4

Last publish

Collaborators

  • ptz0n