You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theDataSchema
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.
The text was updated successfully, but these errors were encountered: