Releases: hms-networks/sc-ewon-flexy-extensions-lib
Releases · hms-networks/sc-ewon-flexy-extensions-lib
Release 1.16.2
Features
- Add check for local timezone change to AbstractConnectorMain.java
Release 1.16.1
Features
- Added forceServiceRebootWatchdog method to SCAppRebootWatchdog class to allow for manual service
of the watchdog regardless of the service timer
Release 1.16.0
Features
- Makes use of "Record Data in UTC" setting in Ewon to determine if timestamps are in UTC or local time
- Historical data points support new method for getting the timestamp as an ISO-8601 formatted string
- TimeZoneManager class for checking and managing the time zone offset
- Historical data EBD requests use relative time instead of absolute time
- Added method to get all instant values via EBD
Bug Fixes
- Corrected errors in multiple calculations of offset
- Corrected errors data point timestamps related to timezone change
- Added missing JavaDoc comments
Release 1.16.0-pre1
Features
- Lorem ipsum
Release 1.15.14
Features
- Added overrideTagUnit method to DataPoint class to allow for setting the unit of a data point
after it has been created (useful for value transformations) - Added flexible DataPointNumber class to support different number types (useful for value
transformations) - Added clone method to each DataPoint class to allow for deep copying of data points (useful for
creating derived tag data points from their parent data point) - Added DataType#NUMBER to support DataPointNumber class type
- Added support for getting the string representation of a DataQuality enum value
- Added support for getting a DataQuality enum value from an OPCUA quality value
Release 1.15.14-pre3
Features
- Added data point cloning methods and setTagUnit method
Release 1.15.14-pre2
Features
- Added data point cloning methods and setTagUnit method
Release 1.15.14-pre1
Features
- Added data point cloning methods and setTagUnit method
Release 1.15.13
Features
- Improved reboot watchdog functionality. User no longer has to modify the rebootWatchdog.json file.
Release 1.15.12
Features
- Added support for blocking data polling in the abstract connector framework during temporary error
conditions