2.0.1 • Published 5 months ago

sercomm-rv6699 v2.0.1

Weekly downloads
11
License
MIT
Repository
github
Last release
5 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.1

2 years ago

2.0.1

5 months ago

1.0.0

2 years ago

0.9.3

3 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.5

5 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago