Updated API Control (markdown)
@@ -14,13 +14,14 @@ http://<host>/plugin/enclosure/inputs?apikey=<APIKEY>
|
||||
|
||||
Response:
|
||||
|
||||
`[`
|
||||
`{`
|
||||
`"index_id": 1,`
|
||||
`"label": "Input 1"`
|
||||
`}`
|
||||
`]`
|
||||
|
||||
```
|
||||
[
|
||||
{
|
||||
"index_id": 1,
|
||||
"label": "Input 1"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
||||
## List a specific input.
|
||||
@@ -207,4 +208,3 @@ PWM_VALUE should be between 0 and 100
|
||||
|
||||
RED_VALUE, GREEN_VALUE and BLUE_VALUE should be a value between 0 and 255
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user