0.1.0 • Published 6 years ago

mios-client v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

mios-client NPM version

Node client for MiOS Vera devices

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