In this release

Bug fixing and minor changes with general improvements is the main changes introduced in this release. Additionally, the Swagger UI is upgraded.

New functionality

Added filter by ‘popularName’:

  • GET /realestate/
    GET /json/realestate/
    GET /realestatecomponent/
    GET /json/realestatecomponent/
    GET /buildingcomponent/
    GET /json/buildingcomponent/
    GET /room
    GET /json/room
    GET /storey
    GET  /json/storey
    GET /device/
    GET /json/device/
    GET /sensor
    GET /json/sensor
    GET /actuator
    GET  /json/actuator
    GET /json/actuationinterface
    GET /actuationinterface

Actuation request doesn’t accept ‘requestingAgent’ field anymore – now it is taken from authentication information of current user. 

Breaking changes

Device json property ‘hasSubDevices’  was renamed to ‘hasSubDevice’ according to the REC without cardinality change.

Fixes and minor updated

Swagger ui update, Open API Specification (Swagger) doc fixes.