action oceandrivers_get_weather_display { label: "getWeatherDisplay" description: "Get data from the weather display software
None" provider: oceandrivers method: GET path: "/v1.0/getWeatherDisplay/{stationName}/" encoding: json input: { type: "object" properties: { period: { type: "string" } stationName: { type: "string" } } required: ["period", "stationName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }