sercomm-rv6699

1.0.1 • Public • Published

API for MGTS router Sercomm RV6699

license version codecov codacy

Installation

npm i sercomm-rv6699

Examples

const SerCommRv6699Api = require("sercomm-rv6699")

const options = {
    url: "http://your-router-ip",
    login: "login",
    password: "password"
};

let api = new SerCommRv6699Api(options)

api.getDeviceList().then((result) => console.log(result)).catch((error) => console.error(error))

Readme

Keywords

Package Sidebar

Install

npm i sercomm-rv6699

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.66 kB

Total Files

4

Last publish

Collaborators

  • timmson