1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -05:00

Fix types in yaml

This commit is contained in:
srcejon 2023-09-01 19:05:11 +01:00
parent 7da8458ee9
commit e1074ee257

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