Fix API descriptions

This commit is contained in:
Pascal Vizeli 2019-01-02 23:31:35 +01:00 committed by GitHub
parent 9b3e59d876
commit 9da136e037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
API.md
View File

@ -314,9 +314,10 @@ Load host configs from a USB stick.
"CARD_ID": { "CARD_ID": {
"name": "xy", "name": "xy",
"type": "microphone", "type": "microphone",
"devices": { "devices": [
"DEV_ID": "type of device" "chan_id": "channel ID",
} "chan_type": "type of device"
]
} }
} }
} }
@ -352,7 +353,7 @@ Load host configs from a USB stick.
"port": 8123, "port": 8123,
"ssl": "bool", "ssl": "bool",
"watchdog": "bool", "watchdog": "bool",
"startup_time": 600 "wait_boot": 600
} }
``` ```
@ -386,7 +387,7 @@ Output is the raw Docker log.
"password": "", "password": "",
"refresh_token": "", "refresh_token": "",
"watchdog": "bool", "watchdog": "bool",
"startup_time": 600 "wait_boot": 600
} }
``` ```