Skip to content

Releases: eliona-smart-building-assistant/eliona-api

v2.8.2

21 Jan 12:34
Compare
Choose a tag to compare
  • Pagination parameters offset and size for GET /data-trend/{asset-id} endpoint
  • Pagination parameters offset and size for GET /data-trend-aggregated/{asset-id} endpoint

v2.8.1

15 Jan 11:28
Compare
Choose a tag to compare

There are 2 new endpoints.

  • New GET /data-trend/{asset-id}: Get trend of historical data
  • New GET /data-trend-aggregated/{asset-id}: Get aggregated trend of historical data

Some other endpoints gets deprecated. The aggregeted data can now be retrieved without defining aggregations.

  • Deprecated GET /aggregations: Information about aggregations
  • Deprecated POST /aggregations: Creates an aggregation
  • Deprecated PUT /aggregations: Creates or updates an aggregation
  • Deprecated DELETE /aggregations/{aggregation-id}: Delete an aggregation
  • Deprecated GET /aggregations/{aggregation-id}: Information about an aggregation
  • Deprecated PUT /aggregations/{aggregation-id}: Updates an aggregation
  • Deprecated GET /data-trends: Get trend of historical data
  • Deprecated GET /data-aggregated: Get aggregated data
  • Deprecated fields aggregationMode and aggregationRasters in schema AssetTypeAttribute

v2.7.4

13 Nov 14:18
Compare
Choose a tag to compare
  • New params attribute and new types aggregate and external for alarm rules

v2.7.3

30 Oct 10:56
Compare
Choose a tag to compare
  • New parentFunctionalIdentifier and parentLocationalIdentifier fields to structure the asset hierarchy in bulk

v2.7.2

29 Oct 15:03
Compare
Choose a tag to compare
  • PUT /alarms: Creates an alarm bases on an existing alarm rule
  • DELETE/alarms/{alarm-rule-id}: Deletes an alarm by setting the gone timestamp

v2.7.0

27 Aug 13:52
Compare
Choose a tag to compare
  • Asset ID filter for GET /asset-rules

v2.6.12

25 Apr 08:49
Compare
Choose a tag to compare
  • Add get data aggregation filter

v2.6.11

25 Apr 07:03
d7d3cc5
Compare
Choose a tag to compare
  • New data subtype PROPERTY

v2.6.10

26 Mar 10:26
7258642
Compare
Choose a tag to compare
  • Support tracking by add trackerId to Asset and isTracker to AssetType
  • The isTracker for Assets is deprecated now

v2.6.9

20 Mar 14:00
Compare
Choose a tag to compare

Full support of calculation rules:

  • GET /calculation-rules: Information about calculation rules
  • POST /calculation-rules: Create an calculation rule
  • DELETE calculation-rules/{calculation-rule-id}: Delete an calculation rule
  • GET /calculation-rules/{calculation-rule-id}: Information about an calculation rules rule
  • PUT /calculation-rules/{calculation-rule-id}: Update an calculation rule