action netatmo_getcamerapicture { label: "getcamerapicture" description: "Returns the snapshot associated to an event.\n" provider: netatmo method: GET path: "/getcamerapicture" encoding: json input: { type: "object" properties: { image_id: { type: "string" } key: { type: "string" } } required: ["image_id", "key"] additionalProperties: false } output: { type: "string" format: "byte" } }