1
0

petr's changes

This commit is contained in:
2026-02-16 16:55:57 +01:00
parent e790d12ea1
commit 7d898e04f2
31 changed files with 416 additions and 35 deletions

View File

@@ -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
}