Skip to content

Commit

Permalink
fixup! feat: improve DataSchemaValue handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Dec 31, 2023
1 parent 491ffe1 commit 71bf6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/core/wot.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'dart:async';

import '../../scripting_api.dart' as scripting_api;
import '../definitions/thing_description.dart';
import '../scripting_api/discovery/discovery_method.dart';
import 'consumed_thing.dart';
import 'exposed_thing.dart';
import 'servient.dart';
Expand Down Expand Up @@ -88,7 +89,7 @@ class WoT implements scripting_api.WoT {
ThingDiscovery discover(
Uri url, {
scripting_api.ThingFilter? thingFilter,
scripting_api.DiscoveryMethod method = scripting_api.DiscoveryMethod.direct,
DiscoveryMethod method = scripting_api.DiscoveryMethod.direct,
}) {
return ThingDiscovery(url, thingFilter, _servient, method: method);
}
Expand Down

0 comments on commit 71bf6e0

Please sign in to comment.