Skip to content

Commit

Permalink
Mark datavalue's as having values.
Browse files Browse the repository at this point in the history
  • Loading branch information
danomagnum committed Jan 30, 2025
1 parent 96eb37e commit 13fb32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func DataValueFromValue(val any) *ua.DataValue {

v := ua.MustVariant(val)
return &ua.DataValue{
EncodingMask: ua.DataValueValue,
Value: v,
SourceTimestamp: time.Now(),
}
Expand Down

0 comments on commit 13fb32d

Please sign in to comment.