1.0.0 • Published 3 years ago

2sense-daq v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

2Sense library

Library with useful functions for our clients

Install

npm install 2sense-daq


Examples

Using packetDecode function to decode raw data to JSON.

const { packetDecode } = require('2sense-daq');

const rawData = '000441da6666'; const decodedData = packetDecode(rawData);

console.log(decodedData); // { temp: '27.3000' }

---

## Author
> [2Solve Engenharia e Tecnologia](http://www.2solve.com/)
1.0.0

3 years ago