0.0.2 • Published 4 years ago

@hest-lab/plugin-fritzbox v0.0.2

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
4 years ago

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

4 years ago