Skip to content

Commit

Permalink
feat: explain how discover() should handle Introduction and Exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jul 8, 2024
1 parent 23dc59e commit 09bee91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,15 @@ <h3>Validating an ExposedThingInit</h3>
[=Resolve=] |promise| with |discovery|.
</li>
</ol>
<p>
Note that the details of the <a>discovery process</a> depend on the
underlying implementation which needs to be preconfigured in order to
use, for example, the appropriate Introduction methods as defined in
the [[[wot-discovery]]] specification.
Since the <code>discover()</code> method outputs
<a>Thing Description</a>s and not URLs, it is expected to cover both the
Introduction and the Exploration phase.
</p>
</div>
</section>

Expand Down

0 comments on commit 09bee91

Please sign in to comment.