Add path option to octoprint component documentation (#8236)

Add path option to octoprint component documentation
This commit is contained in:
Fabien Piuzzi 2019-01-23 13:36:02 +01:00 committed by Martin Hjelmare
parent d6c195fe2a
commit 885c014a7f

View File

@ -49,6 +49,11 @@ octoprint:
required: false required: false
type: integer type: integer
default: 80 default: 80
path:
description: The URL path of the Octoprint instance.
required: false
type: string
default: /
ssl: ssl:
description: Enable or disable SSL/TLS. description: Enable or disable SSL/TLS.
required: false required: false