GET
/equipment/weather/info
curl \
--request GET 'http://localhost:1888/v2/api/equipment/weather/info'
Response examples (200)
{
"Response": {
"AveragePeriod": 42,
"CloudCover": 42,
"DewPoint": 42.0,
"Humidity": 42,
"Pressure": 42,
"RainRate": "string",
"SkyBrightness": "string",
"SkyQuality": "string",
"SkyTemperature": "string",
"StarFWHM": "string",
"Temperature": 42.0,
"WindDirection": 42,
"WindGust": "string",
"WindSpeed": 42.0,
"SupportedActions": [],
"Connected": true,
"Name": "string",
"DisplayName": "string",
"Description": "string",
"DriverInfo": "string",
"DriverVersion": "string",
"DeviceId": "string"
},
"Error": "string",
"StatusCode": 42,
"Success": true,
"Type": "string"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}