mios-client
v0.1.0
Published
Node client for MiOS Vera devices
Downloads
3
Readme
mios-client
This module is still in early development. Currently, it will provide read-only data for a small subset of devices
Installation
$ npm install --save mios-client
Usage
const MiOS = require('mios-client');
var mios = new MiOS('http://192.168.1.10:3480');
var temp = mios.deviceByName('Thermostat').temperature()
or to find all devices:
mios.devices()
Contributing
Device Support
If you would like to add support for a device, create a service and test for that service and map in in the service_factory.js
file.
Reference: http://wiki.micasaverde.com/index.php/Luup_UPnP_Variables_and_Actions
License
MIT © Jason York