31 lines
508 B
Plaintext
31 lines
508 B
Plaintext
meta {
|
|
name: Device Temperatures
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/reset_temps
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~index: 0
|
|
}
|
|
|
|
docs {
|
|
# Device Temperatures
|
|
|
|
Get or reset device temperature values.
|
|
|
|
## Set Parameters
|
|
- `index` (optional): Index of value to reset (0-3)
|
|
|
|
## Response
|
|
- `t0-t3`: Current temperatures (C/F based on unit)
|
|
- `tm0-tm3`: Max temperatures
|
|
- `tmr0-tmr3`: Max resetable temperatures
|
|
- `status`: 0 if success
|
|
}
|