From 09bee9131fa47119324b4d866c419c74d9003b3b Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Wed, 15 May 2024 00:17:18 +0200 Subject: [PATCH] feat: explain how discover() should handle Introduction and Exploration --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 34dba19..b537743 100644 --- a/index.html +++ b/index.html @@ -757,6 +757,15 @@

Validating an ExposedThingInit

[=Resolve=] |promise| with |discovery|. +

+ Note that the details of the discovery process 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 discover() method outputs + Thing Descriptions and not URLs, it is expected to cover both the + Introduction and the Exploration phase. +