32 lines
595 B
Plaintext
32 lines
595 B
Plaintext
meta {
|
|
name: LED Temps
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/ltemps
|
|
body: formUrlEncoded
|
|
auth: inherit
|
|
}
|
|
|
|
body:form-urlencoded {
|
|
~index: 0
|
|
}
|
|
|
|
docs {
|
|
# Device LEDs Temperatures
|
|
|
|
Read LED engine temperature values and reset max values.
|
|
|
|
## Set Parameters
|
|
- `index` (optional): Index of value to reset (0-2)
|
|
|
|
## Response
|
|
If LED temperature readings are not supported: empty JSON array `[]`.
|
|
- `lt0-lt2`: Current temperatures (C/F based on unit, float)
|
|
- `ltm0-ltm2`: Max temperatures
|
|
- `ltmr0-ltmr2`: Max resettable temperatures
|
|
- `status`: 0 if success
|
|
}
|