Add note that port should be HTTP port (#8371)

This commit is contained in:
Geert van Horrik 2019-02-01 16:16:40 +01:00 committed by Fabian Affolter
parent 0e0cad281e
commit f01a17a994

View File

@ -46,7 +46,7 @@ password:
type: string type: string
default: 888888 default: 888888
port: port:
description: The port for the camera. description: The (HTTP) port for the camera.
required: false required: false
type: integer type: integer
default: 5000 default: 5000