Files
wlan-ucentral-schema/schema/service.rtty.yml
2023-05-11 08:55:38 +02:00

31 lines
723 B
YAML

description:
This section can be used to setup a persistent connection to a rTTY server.
type: object
properties:
host:
description:
The server that the device shall connect to.
type: string
format: uc-host
examples:
- 192.168.1.10
port:
description:
This option defines the port that device shall connect to.
type: integer
maximum: 65535
default: 5912
token:
description:
The security token that shall be used to authenticate with the server.
type: string
maxLength: 32
minLength: 32
examples:
- 01234567890123456789012345678901
mutual-tls:
description:
Shall the connection enforce mTLS
type: boolean
default: true