mysensors-handlers

Encode / decode MQTT stream from Devices using MySensors protocol

Usage no npm install needed!

<script type="module">
  import mysensorsHandlers from 'https://cdn.skypack.dev/mysensors-handlers';
</script>

README

MySensors Handlers

  • Encode / decode MQTT stream from devices using MySensors Protocol
  • Use Open Mobile Alliance & MySensors standards as main target / source protocol.

Full Docs


Installation

With npm :

$ npm install mysensors-handlers --save

Linting

With ESLint

$ npm run lint

Test

With Mocha

$ npm run test

Generate documentation

With JSDoc and Vuepress

$ npm run docs:dev
$ npm run docs:build
$ npm run docs:serve