Skip to content

Commit

Permalink
fixup! feat!: rework WoT discover method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 19, 2024
1 parent 1b99ccd commit 847269b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final class DnsSdDiscoveryConfiguration extends DiscoveryConfiguration {
DnsSdDiscoveryConfiguration({
this.domainName = ".local",
super.discoveryType = DiscoveryType.thing,
required this.protocolType,
this.protocolType = ProtocolType.tcp,
});

final String domainName;
Expand Down

0 comments on commit 847269b

Please sign in to comment.