Simple Time Series Data
Posted: Wed Feb 28, 2024 8:52 am
esp-idf V5.1
rainmaker master
I use the Swagger UI to obtain historical data for a certain parameter of the device。
I can see through the Swagger UI that the parameter is active and configured correctly.
param info:
But when I used Simple Time Series Data on the Swagger UI, I encountered an error as follows
May I ask if anyone has encountered the same problem?
rainmaker master
I use the Swagger UI to obtain historical data for a certain parameter of the device。
I can see through the Swagger UI that the parameter is active and configured correctly.
param info:
Code: Select all
{
"data_type": "int",
"name": "AAA",
"properties": [
"read",
"simple_ts"
]
},
Code: Select all
Failed to fetch.
Possible Reasons:
CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.