setHotWaterState
Turn a hot water device on or off.
Arguments
Possible Errors
Allowed Viewers
Rate Limits
| Key | Steps |
|---|---|
user |
['300/h'] |
Query Complexity
3Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SetHotWaterState($input: HotWaterStateInput) {
setHotWaterState(input: $input) {
heatPumpDevice {
...HeatPumpDeviceTypeFragment
}
}
}
Variables
{
"input": HotWaterStateInput
}
Response
{
"data": {
"setHotWaterState": {
"heatPumpDevice": HeatPumpDeviceType
}
}
}