buildings_sensors
GET/public-api/buildings/:uuid/sensors/
Pre-requisites
- uuid: You need a (building) uuid for this endpoint. You can get a list of buildings with
GET /buildings/.
Retrieve (physical or virtual) sensors of your building. Retrieve will only return sensors that are in use. (for example for electricity 'in use' means that there is an energy method configured)
Request
Responses
- 200
- 404
- 429
Building not found
Too many requests