Discussions
H7173 Kettle
The Govee iOS mobile app can set the H7173's 'Keep Warm' setting but it appears that the Govee API will not recognize the autoStop parameter to control the same setting per the API documentation.
https://openapi.api.govee.com/router/api/v1/device/control
{
"requestId": "uuid",
"payload": {
"sku": "H7173",
"device": "XX:XX:XX:XX:XX:XX:XX:XX",
"capability": {
"type": "devices.capabilities.temperature_setting",
"instance": "sliderTemperature",
"value": {
"temperature": 145,
"unit": "Fahrenheit",
"autoStop": 1
}
}
}
}
{
"requestId": "uuid",
"msg": "success",
"code": 200,
"capability": {
"type": "devices.capabilities.temperature_setting",
"instance": "sliderTemperature",
"state": {
"status": "success"
},
"value": {
"temperature": 145,
"unit": "Fahrenheit",
"autoStop": 1
}
}
}