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.