Skip to content

v0.7.2

Compare
Choose a tag to compare
@sgoll sgoll released this 13 Jan 11:55
· 9 commits to main since this release

Added

  • Add method Server::write_data_value() to allow setting variable value with timestamps (#190).
  • Add SubscriptionBuilder and MonitoredItemBuilder to create subscription and monitored items with additional control over request options.

Changed

  • Return source and server timestamps when reading attributes through Server::read_attribute().
  • Return source and server timestamps when reading attributes with AsyncClient::read_value(), AsyncClient::read_attribute() and related methods that return DataValue.