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:
type: integer
prefixCRLF:
type: integer
type: string
postfixCRLF:
type: integer
type: string
udpEnabled:
description: "Whether to receive text to transmit on specified UDP port"
type: integer
@ -115,5 +115,5 @@ RTTYModActions:
payload:
type: object
properties:
data:
text:
type: string