Releases: eliona-smart-building-assistant/eliona-api
Releases · eliona-smart-building-assistant/eliona-api
v2.8.2
v2.8.1
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
andaggregationRasters
in schemaAssetTypeAttribute
v2.7.4
- New
params
attribute and new typesaggregate
andexternal
for alarm rules
v2.7.3
- New
parentFunctionalIdentifier
andparentLocationalIdentifier
fields to structure the asset hierarchy in bulk
v2.7.2
PUT /alarms
: Creates an alarm bases on an existing alarm ruleDELETE/alarms/{alarm-rule-id}
: Deletes an alarm by setting the gone timestamp
v2.7.0
- Asset ID filter for
GET /asset-rules
v2.6.12
v2.6.11
- New data subtype
PROPERTY
v2.6.10
- Support tracking by add
trackerId
toAsset
andisTracker
toAssetType
- The
isTracker
forAsset
s is deprecated now
v2.6.9
Full support of calculation rules:
GET /calculation-rules
: Information about calculation rulesPOST /calculation-rules
: Create an calculation ruleDELETE calculation-rules/{calculation-rule-id}
: Delete an calculation ruleGET /calculation-rules/{calculation-rule-id}
: Information about an calculation rules rulePUT /calculation-rules/{calculation-rule-id}
: Update an calculation rule