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.
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.