Changelog¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.3.13] - 2024-03-14¶
- Updating spec from
Operations API
->Building Operations API
[1.3.5] - 2023-06-06¶
Added¶
'Add point values' operation. Enabling import of point values. Point value ingestion is exposed for evaluation purposes until the new subscription is released by September 2023.
'Create device' operation. Device creation is exposed for evaluation purposes until the new subscription is released by September 2023.
[1.3.0] - 2023-03-20¶
Added¶
- Adding Alarm Configuration management operations
- 'List event transition history'-operation
Updated¶
- Deprecated 'Get Event', which is replaced with 'List event transition history'.
[1.2.0] - 2022-07-07¶
Added¶
- Added multiple new properties to
Point
model for a uniform access, independent of Edge Application:- description
- isActive
- unit
- enum
- minimum
- maximum
- precision
- commandingSemantic
- function
- Added new properties to
PointValue
model for a uniform access, independent of Edge Application:- targetValue
- qualityOfValue
Updated¶
- Removed the
pattern
definition and any uuid references as IDs may have other formats
[1.0.7] - 2022-05-22¶
Fixed¶
- Multiple minor documentation improvements, regarding
include
-params and device relationships
[1.0.5] - 2022-04-21¶
Fixed¶
- Removed
included
from response model of 'Get Single Device' as it is not supported
[1.0.4] - 2022-03-22¶
Added¶
- First version of 'Operations API'