thinglator-driver-aeotec-socket

Allows the Thinglator platform to talk to Aeotec z-wave sockets

Usage no npm install needed!

<script type="module">
  import thinglatorDriverAeotecSocket from 'https://cdn.skypack.dev/thinglator-driver-aeotec-socket';
</script>

README

thinglator-driver-aeotec-socket

An driver that allows Thinglator to talk to Aeotec sockets

Requirements

Installation for usage

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-driver-aeotec-socket

yarn dev

Installation for development

Navigate to the root of the thinglator-driver-aeotec-socket project and run:

yarn install

yarn link

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-driver-aeotec-socket

Go to the thinglator project and run:

yarn link thinglator-driver-aeotec-socket

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

yarn dev

Test

yarn test or yarn test:watch