Fix types in yaml

This commit is contained in:
srcejon 2023-09-01 19:05:11 +01:00
parent 7da8458ee9
commit e1074ee257
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ RTTYModSettings:
spaceHigh: spaceHigh:
type: integer type: integer
prefixCRLF: prefixCRLF:
type: integer type: string
postfixCRLF: postfixCRLF:
type: integer type: string
udpEnabled: udpEnabled:
description: "Whether to receive text to transmit on specified UDP port" description: "Whether to receive text to transmit on specified UDP port"
type: integer type: integer
@ -115,5 +115,5 @@ RTTYModActions:
payload: payload:
type: object type: object
properties: properties:
data: text:
type: string type: string