mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
parent
415126000b
commit
0d3f55fc6a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class DeviceData implements IAction {
|
||||||
http_response_code(404);
|
http_response_code(404);
|
||||||
header("content-type: text/plain");
|
header("content-type: text/plain");
|
||||||
header("x-time-taken: " . PerfFormatter::format_perf_data($start_time, $start_handle, null));
|
header("x-time-taken: " . PerfFormatter::format_perf_data($start_time, $start_handle, null));
|
||||||
echo("Error: No data has been recorded from the device id or it doesn't exist.");
|
echo("Error: No data has been recorded from the device id for that measurement type in the selected time scale or it doesn't exist.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue