Skip to content

Metasys REST client for .NET (and COM) 5.0.0

Choose a tag to compare

@Federico-Artioli Federico-Artioli released this 01 Jun 14:21
· 36 commits to master since this release

The main purpose of this release is to add support for Metasys API v4 (provided by Metasys 12) as well as many enhancements of the library. Specifically, it provides new functions for Alarm service (as 'Acknowledge', 'Discard'), for Enumeration service (as 'Get', 'Create', 'GetValues', 'Edit', 'Replace', 'Delete'), for Equipment service (as 'FindById', 'GetServedByEquipment', 'GetServingASpace', 'GetHostedByNetworkDevice', 'GetServingAnEquipment'), for NetworkDevice service (as 'FindById', 'GetHostingAnEquipment', 'GetChildren', 'GetServingASpace'), for Space service (as 'FindById', 'GetServedByEquipment', 'GetServedByNetworkDevice'), for Trend service (as 'GetNetDevTrendedAttributes', 'GetNetDevSamples')

Another important enhancement is the support for the Stream APIs. It provides new method for reading Present Value COV or collecting Alarms or Audits events.
We also simplified methods and models names for Audit, Alarm, Enumeration, Equipment, Network Device, Space, Trend and Stream services.

A new 'TestClient' application has been added to provide examples about how to use all the methods included in the 'MetasysServices' component.

See the full details of the changelog here