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

Allow forcing getSupportedApiInfo response from local devinfo file #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rytilahti
Copy link
Owner

Some devices do not support the ability to obtain information about available APIs.
This PR adds new --devinfo-file option that allows using an existing devinfo file to feed the list of available services,
which may be helpful for such devices as long as they implement getMethodTypes() call for the services.

Note, if the devinfo file is not listing the protocols, you have to also specify --post or --websocket in order to make this work.

Potential fix for #29

Some devices do not support the ability to obtain information about available APIs.
This PR adds new --devinfo-file option that allows using an existing devinfo file to feed the list of available services,
which may be helpful for such devices as long as they implement getMethodTypes() call for the services.

Potential fix for #29
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