1.0.1 • Published 7 years ago

@lora-payload-magician/risinghf-rhf1s001 v1.0.1

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

RisingHF RHF1S001

Coverage Status Build Status Dependency Status devDependency Status Known Vulnerabilities

Introduction

This package is part of the LoRa Payload Magician project which aims to be a collection of LoRa devices' payload builders and decoders.

Installation

npm i @lora-payload-magician/risinghf-rhf1s001

Usage

var payload_hex = '016c689d30009029c8';
var d = require('@lora-payload-magician/risinghf-rhf1s1001');
var decoded = d.decode(payload_hex);
console.log(`${decoded.temperature}`)

Device Documentation

Device website