Skip to content

viskan/node-hacontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-hacontrol Build Status NPM Version

A simple module for checking if a service is active in HAControl.

Install

$ npm install --save node-hacontrol

Usage

var HAControl = require('nodejs-hacontrol');
var hacontrol = new HAControl('./localHA', '/srv/globalHA');

hacontrol.initialize();

var isActive = hacontrol.isActive();

License

Apache License © Viskan Distanshandel System AB