@hest-lab/plugin-fritzbox
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

hest-lab fritzbox plugin

pipeline status coverage report

Example

// Create instance
const fb = new FritzBoxCollecter({
  ip: "192.168.0.1",
  username: "xxxxx",
  password: "xxxxx",
  useSsl: false,
})
// Login
await fb.login()
// Get switch list
const ains = await fb.getSwitchList()
// Get temperature
fb.getTemperature(ains[0])
// Get switch name
fb.getSwitchName(ains[0])

Readme

Keywords

Package Sidebar

Install

npm i @hest-lab/plugin-fritzbox

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

99.9 kB

Total Files

15

Last publish

Collaborators

  • steffen-4s1
  • yellowgarbagebag
  • hschwalm