1.0.0 • Published 6 months ago

sercomm-rv6699 v1.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
6 months ago

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

6 months ago

0.9.3

2 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.8.7

3 years ago

0.8.6

4 years ago

0.8.5

4 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago