diff --git a/releases/note2/index.html b/releases/note2/index.html index f7f7f36b..245a86f6 100644 --- a/releases/note2/index.html +++ b/releases/note2/index.html @@ -1514,7 +1514,7 @@

Web of Things (WoT) Scripting API

implementation.

- +
Figure 1 Data structures used when reading data

@@ -1528,7 +1528,7 @@

Web of Things (WoT) Scripting API

- +
Figure 2 Data structures used when writing data

@@ -1542,7 +1542,7 @@

Web of Things (WoT) Scripting API

- +
Figure 3 Data structures used when invoking an Action

@@ -1568,7 +1568,7 @@

Web of Things (WoT) Scripting API

encapsulated by the Protocol Bindings.

- +
Figure 4 Error handling in WoT interactions
Editor's note

@@ -2553,14 +2553,14 @@

Web of Things (WoT) Scripting API

8.17.3 Finding an unsubscribe Form

+
Note

+ This algorithm is under development and is non-normative. + Implementations MAY choose another algorithm to find a matching + unsubscribe Form to a given subscribe Form. +

To find a matching unsubscribe form given subscribeForm in the context of a Subscription object, run the following steps:
    -
    Note

    - This algorithm is under development and is non-normative. - Implementations MAY choose another algorithm to find a matching - unsubscribe Form to a given subscribe Form. -

  1. Let results be an empty array.