@lora-payload-magician/nkewatteco-s0
v1.0.0
Published
This package is part of the LoRa Payload Magician project which aims to be a collection of LoRa devices' payload builders and parsers.
Downloads
5
Readme
Introduction
This package is part of the LoRa Payload Magician project which aims to be a collection of LoRa devices' payload builders and parsers.
Installation
$ npm i @lora-payload-magician/nkewatteco-s0
Usage
var payload_hex = '110a000f04022300000001';
var d = require('@lora-payload-magician/nkewatteco-s0');
var decoded = d.decode(payload_hex, port);
console.log(`$(decoded.Command.Cluster.Attribute.data.value))