HAKOM PowerTSM® Documentation
Breadcrumbs

Version Information

New Features

TSM-8335 Use Of List Attribute Data With HTTP API 4.11 or Higher

Starting with TSM version 3.11.2.1, when using HAKOM HTTP API Version >= 4.11 in PowerTSM, the dropdowns for List Values and Units in time series attribute assignments are enabled as soon as the connected HTTP repository reports version 4.11 or higher. The dropdowns are now populated from the HTTP repository, and the selected units and list values are now properly applied when saving the attribute assignments.

Fixed Bugs

TSM-8412 Missing Null Check in GetQuotations

In the GET repositories/<repository>/timeseriescollections/quotations endpoint, the handling of null parameters for ids and names has been fixed. Calls that provide only ids or only names (with the other parameter being null) no longer result in an error but are processed correctly.

TSM-7542 Proper Null Data Handling in Attribute Assignment Value Bulk Operations

Previously, using bulk operations to delete attribute assignment values of attribute to time series assignments without values would fail with an Internal Server Error. This has been fixed. Additionally, using bulk operations to update attribute assignment values with Null data used to produce an Internal Server Error as well. This has been fixed to return a proper error message.