intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Add asset model node type for Method #405

Closed wazzamatazz closed 1 week ago

wazzamatazz commented 3 months ago

Adding a new Method field to the NodeType enum would make it easier to represent method nodes in OPC UA address spaces.

wazzamatazz commented 3 months ago

Note that adding new fields to an enum would cause serialization/deserialization compatibility issues with older clients. Need to assess if thise would be worthwhile.

wazzamatazz commented 1 week ago

Closing this ticket. This can be represented using a combination of NodeType and a sub-type when creating a node.