Skip to content

Commit

Permalink
fix: initial
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTheocharis committed Aug 8, 2024
1 parent cb9449c commit 40ae3d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions opcua_plugin/opcua.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ type NodeDef struct {
Path string
DataType string
Writable bool
Unit string
Scale string
Min string
Max string
}

func (n NodeDef) Records() []string {
return []string{n.BrowseName, n.DataType, n.NodeID.String(), n.Unit, n.Scale, n.Min, n.Max, strconv.FormatBool(n.Writable), n.Description}
}

func join(a, b string) string {
Expand Down

0 comments on commit 40ae3d8

Please sign in to comment.