{ "opencollection": "1.0.0", "info": { "name": "Sensibo AC States Climate React API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Climate React", "type": "folder" }, "items": [ { "info": { "name": "Get the Climate React settings", "type": "http" }, "http": { "method": "GET", "url": "https://home.sensibo.com/api/v2/pods/:device_id/smartmode", "params": [ { "name": "device_id", "value": "", "type": "path", "description": "The pod (device) identifier." } ] }, "docs": "Returns the Climate React (smart mode) configuration for the pod." }, { "info": { "name": "Set Climate React configuration", "type": "http" }, "http": { "method": "POST", "url": "https://home.sensibo.com/api/v2/pods/:device_id/smartmode", "params": [ { "name": "device_id", "value": "", "type": "path", "description": "The pod (device) identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets the Climate React thresholds and the AC states to apply when the measured value crosses the low or high boundary." }, { "info": { "name": "Enable or disable Climate React", "type": "http" }, "http": { "method": "PUT", "url": "https://home.sensibo.com/api/v2/pods/:device_id/smartmode", "params": [ { "name": "device_id", "value": "", "type": "path", "description": "The pod (device) identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Turns the Climate React automation on or off for the pod." } ] } ], "bundled": true }