Skip to content
 
 

Repository files navigation

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);
  });

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages