zw-rec
A library to communicate with an omega zw-rec device
Table of Contents
Install
npm:
npm install zw-rec
yarn:
yarn add zw-rec
Usage
const ZwRec = ; /*A config object can optionally be passed in the constructor. Default options are:host = 192.168.1.200clientUsername = loginclientPassword = 12345678adminUsername = adminadminPassword = 00000000*/ //instatiate zeRec deviceconst zwRec = host: '172.17.1.17'; //get all thermocouple datazwRec; //get a single thermocouple's data. Eg for deviceID 13zwRec; //update thermocouple configurationzwRec; //reboot the recieverzwRec
Contributors
no one yet!
License
What is a license?