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

@@ -11,7 +11,7 @@ post {
}
body:form-urlencoded {
index: 0
~index: 0
}
docs {
@@ -19,15 +19,15 @@ docs {
Use this command first on each device to get supported parameters, labels and configurations.
## Parameters
## Set Parameters
- `index` (optional): Index of supported command description (0-n)
## Response
If index is valid:
- `c`: API command name
- `p`: Array of supported parameters
- `p` (optional): Array of supported parameters
- `l`: Array of labels for temperatures/timers
- `ra`: Resetable value bitmask
- `ra`: Resettable value bitmask
If index is undefined or >= number of commands: empty JSON
If index is undefined or >= number of commands: empty JSON response
}