diff --git a/docs/web_api.md b/docs/web_api.md index b83fdbe..d021577 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -1142,6 +1142,18 @@ Returns: Information about the host system in the following format: } ] } + }, + "canbus": { + "can0": { + "tx_queue_len": 128, + "bitrate": 500000, + "driver": "mcp251x" + }, + "can1": { + "tx_queue_len": 128, + "bitrate": 500000, + "driver": "gs_usb" + } } } }