Skip to content

Commit fa28d12

Browse files
committed
Bug fix.
1 parent 54fbf12 commit fa28d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Applications/Pages/UABrowser.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
Node Id: <b>@NodeId</b><br />
1818
Node Display Name: <b>@NodeDisplayName</b><br />
1919
Node Data Type: <b>@NodeType</b><br />
20+
Mapped to Web of Things TD Properties:
2021
</div>
2122
</div>
2223
<div class="text-danger">
@@ -125,7 +126,6 @@
125126
BrowseDirection = BrowseDirection.Forward,
126127
ReferenceTypeId = null,
127128
IncludeSubtypes = true,
128-
NodeClassMask = (uint)(NodeClass.Object | NodeClass.Variable),
129129
ResultMask = (uint)BrowseResultMask.All
130130
};
131131

0 commit comments

Comments
 (0)