In this release
A new type of object, Asset, is introduced, additional previous and coming versions of RealEstateCore edge messages are supported and additional versions of edge messages are supported.
New functionality
Assets
RealEstateCore Asset (https://w3id.org/rec/core/Asset) is something which is placed inside of a building, but is not an integral part of that building’s structure; e.g., furniture, equipment, systems, etc.. Typical use cases are for modelling desks or workstations or Assets which people will acquire access.
Operation to work with collections:
- GET /json/asset
- GET /json/asset/{id}
- POST /json/asset
- PUT /json/asset
- DELETE /json/asset/{id}
- GET /asset
- GET /asset/{id}
- POST /asset
- PUT /asset
- DELETE /asset/{id}
New version handling for Edge messages
The following edge message versions are fully supported:
- RealEstateCore v3.1.2 “rec3.1.2”
- RealEstateCore v3.1.3 “rec3.1.3”
- RealEstateCore v3.2 “rec3.2”
Case insensitive searching and filtering
Searching by the following text parameters is now case insensitive:
(e.g. searching for popular name “main c” will return a room with name “main conference”)
- popular_name
- littera
Filtering by the following text parameters is now case insensitive:
(e.g. “sensor” will return Sensors, but “sen” will not.)
- device_classes
- buildingcomponent_classes
Breaking changes
None.
Fixes and minor updated
None.