In this release
We introduce a new endpoint in the Preview API that gives the possibility to retrieve twin parents (the superceeding “hierarchy”). Also, another connector can now be controlled via ProptechOS edge management.
New functionality
Twin hierarchy
New endpoint in Preview API that can retrieve hierarchy of a twin, where desired twin is the start point and building is the end. You can retrieve all the nodes that are part of the “main” hierarchical relationships: e.g. for a device hasSuperDevice->isMountedInBuildingComponent->locatedIn->hasSuperBuildingComponent->isPartOfBuilding.
- GET /preview/json/twin/{id}/hierarchy
and to take an asset as an example
Metry-historical
This new connector can publish historical data from ProptechOS to Metry. Also the connector can be used to close data gaps that might appear in Metry.
Breaking changes
None
Fixes and minor updated
- “servedBy” field is empty when queried from /actuator endpoint (PLAT-4316)
- Teardown of smhi or simple sample modules should not remove deployment of parent LogicalDevice (PLAT-4319)
- LogicalDevice can not be deleted if there are any associated with schema devices (PLAT-4320)
- Do not take into account “historical” observation in sensor latest observations (PLAT-4329)
- Replace “;” and “,” symbols from tags and names when publishing data to metry (PLAT-4385)