Qore EmpathicBuildingDataProvider Module Reference 1.0
|
Qore EmpathicBuildingDataProvider module definition
The EmpathicBuildingDataProvider module provides a data provider API for Haltian Empathic Building servers.
This data provider provides EmpathicBuilding API access to:
measurements/{create}
In this way EmpathicBuilding can be used for easy data integration from the Data Provider API.
The name of the Empathic Building data provider factory is empathicbuilding
.
These examples are with qdp
, the command-line interface to the Data Provider API.
qdp 'empathicbuilding{url=https://eu-api.haltian.com,token=xxxx}'/measurements/create dor type=reservation,vendor_id=Qorus-Dev,name="Conference room 1 reservation calendar",events='{start=2023-08-30T10:00:00,end=2023-08-30T11:00:00,subject="weekly meeting"}'