Suppose I query on the url .../statisticsService/devices/metrics/availability?timeInterval=48&device=x.x.x.x
The output gives an array with 48 values of the device availability shown as a percentage and their respective timestamps , 1 for each hour. Now my question is, does the value represent an hourly average of the device availability up to the associated timestamp or is it a discrete value of the availability of the device in that very second(timestamp) ?