From ee8cf8138c5cbb51ec5406845e8846b3b891edae Mon Sep 17 00:00:00 2001 From: Zoltan Kis Date: Wed, 12 Aug 2020 09:34:29 +0300 Subject: [PATCH] Review the spec. This is an experimental commit + PR that would allow commenting on the spec. --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a6f0b28d..1a3ee518 100644 --- a/index.html +++ b/index.html @@ -116,10 +116,15 @@

- The main Web of Things (WoT) concepts are described in the WoT Architecture document. The Web of Things is made of entities (Things) that can describe their capabilities in a machine-interpretable Thing Description (TD) and expose these capabilities through the WoT Interface, that is, network interactions modeled as Properties (for reading and writing values), Actions (to execute remote procedures with or without return values) and Events (for signaling notifications). + The main Web of Things (WoT) concepts are described in the WoT Architecture + document. The Web of Things is made of entities (Things) that can describe their capabilities in a machine-interpretable Thing Description + (TD) and expose these capabilities through the WoT Interface, that is, network interactions modeled as Properties (for reading and writing + values), Actions (to execute remote procedures with or without return values) and Events (for signaling notifications).

- Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a WoT Runtime and script management, providing a convenient way to extend WoT support to new types of endpoints and implement WoT applications such as Thing Directory. + Scripting is an optional "convenience" building block in WoT and it is typically used in gateways that are able to run a WoT Runtime and + script management, providing a convenient way to extend WoT + support to new types of endpoints and implement WoT applications such as Thing Directory.

This specification describes a programming interface representing the WoT Interface that allows scripts to discover, operate Things and to expose locally defined Things characterized by WoT Interactions specified by a script.