/sys/team/fft/last_update

The Unix timestamp of when the FFT calculations were updated most recently. If null, it indicates that no FFT calculations are being performed. If not null, the timestamp typically lags behind the current time by a couple of seconds because FFTs cannot be calculated in real time.

Get /sys/team/fft/last_update

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/sys/team/fft/last_update
Request samples
Response samples
application/json
{
  • "result": "1708030925.1",
  • "error": "Error message (present if an error occurred)."
}