richardwillars / thinglator-interface-openzwave

Allows the Thinglator platform to talk to zwave devices using the openzwave library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#thinglator-interface-openzwave

An interface that allows Thinglator to talk to zwave devices using openzwave

Requirements

Installation for usage

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-interface-openzwave

yarn dev

Installation for development

Navigate to the root of the thinglator-interface-openzwave project and run:

yarn install

yarn link

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-interface-openzwave

Go to the thinglator project and run:

yarn link thinglator-interface-openzwave

This will point thinglator/node_modules/thinglator-interface-openzwave to the directory where you just installed thinglator-interface-openzwave. This makes it easier for development and testing of the module.

yarn dev

Test

yarn test or yarn test:watch

About

Allows the Thinglator platform to talk to zwave devices using the openzwave library

License:MIT License


Languages

Language:JavaScript 100.0%