action oceandrivers_get_easywind { label: "getEasywind" description: "Get data from the easywind weather stations
None" provider: oceandrivers method: GET path: "/v1.0/getEasyWind/{easywindId}/" encoding: json input: { type: "object" properties: { easywindId: { type: "string" } period: { type: "string" } } required: ["easywindId", "period"] additionalProperties: false } output: { type: "object" additionalProperties: true } }