Skip to content

Commit 09bee91

Browse files
committed
feat: explain how discover() should handle Introduction and Exploration
1 parent 23dc59e commit 09bee91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,15 @@ <h3>Validating an ExposedThingInit</h3>
757757
[=Resolve=] |promise| with |discovery|.
758758
</li>
759759
</ol>
760+
<p>
761+
Note that the details of the <a>discovery process</a> depend on the
762+
underlying implementation which needs to be preconfigured in order to
763+
use, for example, the appropriate Introduction methods as defined in
764+
the [[[wot-discovery]]] specification.
765+
Since the <code>discover()</code> method outputs
766+
<a>Thing Description</a>s and not URLs, it is expected to cover both the
767+
Introduction and the Exploration phase.
768+
</p>
760769
</div>
761770
</section>
762771

0 commit comments

Comments
 (0)