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

Add Variable node to return the list of WoT protocol bindings a UA server supports #29

Open
barnstee opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@barnstee
Copy link
Member

This can be implemented as a simple data node returning an enumeration of the supported WoT protocol bindings:
Released: https://www.w3.org/TR/wot-binding-templates/#table-existing-protocol-binding-templates
All bindings: https://w3c.github.io/wot-binding-templates/#protocol-bindings-table

@barnstee barnstee added the enhancement New feature or request label Apr 16, 2024
@jestun
Copy link
Contributor

jestun commented Apr 16, 2024

I would say that there should be something like a "WoTBindingProtocolEnum" enumeration DataType listing all possible binding protocols (the actual content/info probably need to be discussed).
Then there could be an optional variable node like "SupportedBindingProtocols" in the WoTAssetConnectionManagementType that would provide an array including enum members of the supported binding protocols.

@barnstee barnstee self-assigned this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants