mios-client

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mios-client

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jasonyork