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

Support for watch controls and coding watch functions #69

Open
neilcsmith-net opened this issue Nov 27, 2024 · 0 comments
Open

Support for watch controls and coding watch functions #69

neilcsmith-net opened this issue Nov 27, 2024 · 0 comments
Labels
Milestone

Comments

@neilcsmith-net
Copy link
Member

neilcsmith-net commented Nov 27, 2024

A watch is a special type of function control to be used for accessing and visualizing data from a component. They should return a result map, with data in textual or binary form, along with metadata such as mimetype required to decode. They may accept an optional configuration map as input to allow callers to request specific data types or sizes.

Support for coding watch functions should allow for async response, either for background processing of data and/or waiting for data to be available (eg. passing through a port).

Depends on #68

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

No branches or pull requests

1 participant