From 9da136e03793cfa710cc50227615ca23dd3f30f9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 2 Jan 2019 23:31:35 +0100 Subject: [PATCH] Fix API descriptions --- API.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/API.md b/API.md index 01062d984..c1260f734 100644 --- a/API.md +++ b/API.md @@ -314,9 +314,10 @@ Load host configs from a USB stick. "CARD_ID": { "name": "xy", "type": "microphone", - "devices": { - "DEV_ID": "type of device" - } + "devices": [ + "chan_id": "channel ID", + "chan_type": "type of device" + ] } } } @@ -352,7 +353,7 @@ Load host configs from a USB stick. "port": 8123, "ssl": "bool", "watchdog": "bool", - "startup_time": 600 + "wait_boot": 600 } ``` @@ -386,7 +387,7 @@ Output is the raw Docker log. "password": "", "refresh_token": "", "watchdog": "bool", - "startup_time": 600 + "wait_boot": 600 } ```