Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue "pbkdf Authentication method not supported#20" #21

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

Fiwel00
Copy link

@Fiwel00 Fiwel00 commented Jul 28, 2023

Fixing issue pbkdf Authentication method not supported #20

refactoring under the hood of the request.js file which was using deprecated request-promise

adding partial support to FritzOS! 7.50

this pull request adds 2 bugs:

  • tamdownload does not yield a file
  • toggleswitch is not usable for FritzOS! 7.50, the implemation is not yet available
fritzDect.toggleSwitch = async (deviceId, value, options) => {
...
if (version >= 750) {
   //TODO when someone gets a smartswitch
   return { error: 'The implementation for FritzOS!7.50 is not available '}
} 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant