thinglator-driver-aeotec-door-window-sensor

Allows the Thinglator platform to talk to Aeotec door / window sensors

Usage no npm install needed!

<script type="module">
  import thinglatorDriverAeotecDoorWindowSensor from 'https://cdn.skypack.dev/thinglator-driver-aeotec-door-window-sensor';
</script>

README

thinglator-driver-aeotec-door-window-sensor

Allows the Thinglator platform to Aeotec Door / Window sensors on your zwave network.

Requirements

  • Thinglator zwave interface

Installation for usage

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-driver-aeotec-door-window-sensor

yarn dev

Installation for development

Navigate to the root of the thinglator-driver-aeotec-door-window-sensor project and run:

yarn install

yarn link

Navigate to the root of your Thinglator installation and run:

yarn add thinglator-driver-aeotec-door-window-sensor

Go to the thinglator project and run:

yarn link thinglator-driver-aeotec-door-window-sensor

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

yarn dev

Test

yarn test or yarn test:watch