updateCurrentTemperature
PUT
updateCurrentTemperature
Change the thermostat information
Resource URL
https://api.toon.eu/toon/v3/{agreementId}/thermostat
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
Request Body
The object given by the GET request.
{
1
{
2
"currentDisplayTemp": 0,
3
"currentSetpoint": 0,
4
"programState": 0,
5
"activeState": 0,
6
"nextProgram": 0,
7
"nextState": 0,
8
"nextTime": 0,
9
"nextSetpoint": 0,
10
"errorFound": 0,
11
"boilerModuleConnected": 0,
12
"burnerInfo": "",
13
"otCommError": "",
14
"currentModulationLevel": 0
15
}
agreementId Agreement id true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400
Bad Request
-
500
Internal server error
Resource Summary |
|
Security |
OAuth 2.0 |
Working...