Set Climate React configuration
POST /pods/{device_id}/smartmode
POST
/pods/{device_id}/smartmode
Authorizations
Parameters
Path Parameters
device_id
required
string
Device unique id
Request Body
object
enabled
Whether to enable or disable Climate React
boolean
lowTemperatureThreshold
Low threshold to trigger Climate React
number
lowTemperatureState
Desired state when low threshold is triggered
object
highTemperatureThreshold
High threshold to trigger Climate React
number
highTemperatureState
Desired state when high threshold is triggered
object
{ "enabled": true, "lowTemperatureThreshold": 22, "lowTemperatureState": { "on": false }, "highTemperatureThreshold": 25, "highTemperatureState": { "on": true, "mode": "cool" }}
Responses
200
Success