action netatmo_partnerdevices { label: "partnerdevices" description: "The method partnerdevices returns the list of device_id to which your partner application has access to." provider: netatmo method: GET path: "/partnerdevices" encoding: json output: { properties: { body: { type: "array" items: { type: "string" } } status: { type: "string" } time_exec: { type: "number" format: "double" } time_server: { type: "integer" format: "int32" } } } }