Skip to content

Commit

Permalink
Updated to latest NuGets, added optional WoT config method "GetConfig…
Browse files Browse the repository at this point in the history
…uredAsset()", bug fixes and removed uneccessary nodeset files for the WoT methods as they need to be generated with the Modelcompiler and it makes the reference code harder to understand.
  • Loading branch information
barnstee committed Jan 10, 2024
1 parent 5079457 commit ee6b260
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 660 deletions.
1 change: 0 additions & 1 deletion Models/ThingDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public partial class ThingDescription
[JsonProperty("properties")]
public Dictionary<string, Property> Properties { get; set; }


[JsonProperty("opcua:nodeId")]
public string OpcUaObjectNode { get; set; }

Expand Down
164 changes: 0 additions & 164 deletions Nodesets/Opc.Ua.WoT.Constants.cs

This file was deleted.

Loading

0 comments on commit ee6b260

Please sign in to comment.