A simple module for checking if a service is active in HAControl.
$ npm install --save node-hacontrol
var HAControl = require('nodejs-hacontrol');
var hacontrol = new HAControl('./localHA', '/srv/globalHA');
hacontrol.initialize();
var isActive = hacontrol.isActive();
Apache License © Viskan Distanshandel System AB