1.0.0 • Published 7 years ago

@lora-payload-magician/nkewatteco-s0 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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))

Device Documentation

Device website