diff --git a/API-Control.md b/API-Control.md index d7edcf8..3ae5352 100644 --- a/API-Control.md +++ b/API-Control.md @@ -14,13 +14,14 @@ http:///plugin/enclosure/inputs?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 -