sensebox/openSenseMap-API

/boxes?minimal=false does not return lastMeasurement of sensors as object

Opened this issue · 3 comments

/boxes?minimal=false should return the lastMeasurement field of all sensors of a box as an object.

noerw commented

Should it? The minimal format was introduced to avoid the expensive lastMeasurement lookup

minimal=true avoids the expensive lastMeasurement lookup

noerw commented

oh misread false for true; never mind then