Connecting displays
Endpoint for getting statistics about currently running brews.
Request Body
Name
Type
Description
{
// Response
}{
"result": "success",
"error": 0,
"error_text": "",
"warning": 0,
"warning_text": "",
"settings": {
"temperatureUnit": "celsius",
"displayBrewEveryS": 5,
"showLocalIP": false
},
"brews": [
{
"currentTemperatureC": {
"na": -273,
"primary": 10,
"secondary": -273,
"hlt": -273,
"mlt": -273
},
"id": "T1muylAbPsxkZ389ha1z",
"name": "Pils (TILT)",
"targetTemperatureC": 10,
"nextEvents": [
{
"timeRemainingS": 85587.428,
"type": "step"
}
]
},
{
"currentTemperatureC": {
"na": -273,
"primary": 11.06,
"secondary": -273,
"hlt": -273,
"mlt": -273
},
"id": "DcfimLZm4PFMaTErounA",
"name": "Pils (iSpindel + Steuerung)",
"targetTemperatureC": 14,
"nextEvents": []
}
],
"next_request_ms": 15000
}Last updated