timmson / sercomm-rv6699

API for MGTS router Sercomm RV6699

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

API for MGTS router Sercomm RV6699

License:MIT License


Languages

Language:JavaScript 57.1%Language:HTML 42.9%