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

Write-only properties #3082

Open
benfrancis opened this issue Apr 14, 2023 · 0 comments
Open

Write-only properties #3082

benfrancis opened this issue Apr 14, 2023 · 0 comments
Labels

Comments

@benfrancis
Copy link
Member

As a web thing developer I want to expose write-only properties so that I can represent state of a device which can be written but not read.

The WoT Thing Description specification has a writeOnly member of the DataSchema object for this purpose, but designing a user interface for this might be tricky.

I personally haven't come across a use case for this yet, but there definitely are use cases (e.g. legacy X10 devices which have a one-way communication protocol), so we could eventually implement support for this for completeness.

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

No branches or pull requests

1 participant