Updated API Control (markdown)

StefanCohen
2019-10-10 00:31:30 +02:00
parent 3f804f6467
commit 2b705d5b52

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