speedport-smart-3

1.2.0 • Public • Published

speedport-smart-3-js

Interface with Telekom Speedport Smart 3 routers

Example:

import { Smart3 } from "speedport-smart-3"

const router = new Smart3(
    "http://192.168.2.1",
    "secretpassword1337"
)

let main = async function() {
    await router.login();
    for (const device of await router.getDeviceList()) {
        console.log(device);
    }
};

main();

Package Sidebar

Install

npm i speedport-smart-3

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

68.1 kB

Total Files

11

Last publish

Collaborators

  • lennypenny