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
Copy file name to clipboardExpand all lines: index.html
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@
177
177
Exposing the <a>Thing</a> includes attaching to the protocol bindings in order to access lower level functionality.
178
178
</li>>
179
179
<li>
180
-
Create a local <a>ExposedThing</a> to be exposed, based on a <a>Thing Description</a> provided as a URL, or a in string serialized format, or out of a template or an existing <a>ConsumedThing</a> object.</li>
180
+
Create a local <a>ExposedThing</a> to be exposed, based on a <a>Thing Description</a> provided in string serialized format, or out of a template or an existing <a>ConsumedThing</a> object.</li>
181
181
<li>Add a <a>Property</a> definition to the <a>Thing</a>.</li>
182
182
<li>Add an <a>Event</a> definition to the <a>Thing</a>.</li>
183
183
<li>Add an <a>Action</a> definition to the <a>Thing</a>.</li>
WoT provides a unified representation for data exchange between <a>Thing</a>s, standardized in the [Wot Things Description](https://w3c.github.io/wot-thing-description/) specification.
253
+
Representation of the <a>Thing Description</a>, a unified representation for data exchange between <a>Thing</a>s, standardized in the [Wot Things Description](https://w3c.github.io/wot-thing-description/) specification.
253
254
</p>
254
255
<pclass="note">
255
256
In this version of the API, <a>Thing Description</a>s are represented as opaque strings, denoting a serialized form, for instance JSON or JSON-LD. See [Issue 38](https://github.com/w3c/wot-scripting-api/issues/38) and [Issue 45](https://github.com/w3c/wot-scripting-api/issues/45).
0 commit comments