اولین query
پس از online شدن دستگاه، catalog را ببینید و سپس با یک بازهٔ محدود query کنید:avg و sum معتبر نیستند.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
بررسی تلهمتری یک دیتاستریم با FlovaQL.
SELECT time, value
FROM telemetry
WHERE datastream.key = 'temperature'
AND time > now() - 1h
ORDER BY time DESC
LIMIT 100
avg و sum معتبر نیستند.Was this page helpful?
