We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
discover
1 parent 86d18d3 commit 086ad2cCopy full SHA for 086ad2c
lib/src/scripting_api/wot.dart
@@ -52,7 +52,13 @@ abstract interface class WoT {
52
/// using the `await for` syntax.
53
/// It also allows for stopping the Discovery process prematurely and
54
/// for retrieving information about its current state (i.e., whether it is
55
- /// still `active`).
+ /// still [ThingDiscovery.active]).
56
+ @Deprecated(
57
+ 'The discover method is curently in the process of being adjusted to the '
58
+ 'latest Scripting API version and is therefore subject to change. '
59
+ 'For direct and directory discovery, please refer to the '
60
+ 'requestThingDescription and exploreDirectory methods instead.',
61
+ )
62
ThingDiscovery discover(
63
Uri url, {
64
ThingFilter? thingFilter,
0 commit comments