petr's changes
This commit is contained in:
@@ -6,6 +6,26 @@ meta {
|
||||
|
||||
post {
|
||||
url: {{base_url}}/ltemps
|
||||
body: none
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user