Socket
Socket
Sign inDemoInstall

fritzapi

Package Overview
Dependencies
99
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1

0.10.0

Diff

Changelog

Source

0.10.0

  • renamed getDeviceListInfo to getDeviceListInfos
  • changed getDeviceList and getDevice to always return AINs without spaces. These AINs can directly be passed into the native Fritz!Box api functions.
  • added getDeviceListFiltered which takes a filter object to apply to the devices. Used internally for filtering by functionbitmask.
andig
published 0.9.6 •

Changelog

Source

0.9.6

  • bugfixed OO bitfunctions in object

  • moved jslint to pretest

  • added first testcase (mocha+chai based)

  • added testdir ./test

  • npm test testcase look up

  • travis workflow: before_install: jslint, before_script: npm test, after_sucess: istanbul coverage

  • added istanbul cover (npm run coverage)

andig
published 0.9.5 •

andig
published 0.9.4 •

andig
published 0.9.3 •

andig
published 0.9.2 •

andig
published 0.9.1 •

andig
published 0.9.0 •

Changelog

Source

0.9.0

  • Breaking change: SSL certificate check is now strict. This will break self-signed certificates that are typically used by AVM Fritz!Box. To connect via HTTPS to such a Fritz!Box add the strictSSL: false option:

    fritz.getSessionID(username, password, { url: "https://...", strictSSL: false }).then(function(sid) { // ... });

  • changed getSwitchPower and getBatteryCharge to return null instead of 0 or empty if device is not connected

andig
published 0.8.1 •

andig
published 0.8.0 •

Changelog

Source

0.8.0

  • added object interface
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc