Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Aug 13, 2024
1 parent 54fbf12 commit fa28d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/Pages/UABrowser.razor
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Node Id: <b>@NodeId</b><br />
Node Display Name: <b>@NodeDisplayName</b><br />
Node Data Type: <b>@NodeType</b><br />
Mapped to Web of Things TD Properties:
</div>
</div>
<div class="text-danger">
Expand Down Expand Up @@ -125,7 +126,6 @@
BrowseDirection = BrowseDirection.Forward,
ReferenceTypeId = null,
IncludeSubtypes = true,
NodeClassMask = (uint)(NodeClass.Object | NodeClass.Variable),
ResultMask = (uint)BrowseResultMask.All
};

Expand Down

0 comments on commit fa28d12

Please sign in to comment.