1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-04 10:46:58 -04:00
sdrangel/sdrbase/resources/webapi/doc/swagger/include/APRS.yaml
2021-01-13 20:56:45 +00:00

31 lines
638 B
YAML

APRSSettings:
description: "APRS settings"
properties:
igateServer:
type: string
igatePort:
type: integer
igateCallsign:
type: string
igatePasscode:
type: string
igateFilter:
type: string
igateEnabled:
type: integer
title:
type: string
rgbColor:
type: integer
useReverseAPI:
description: Synchronize with reverse API (1 for yes, 0 for no)
type: integer
reverseAPIAddress:
type: string
reverseAPIPort:
type: integer
reverseAPIDeviceIndex:
type: integer
reverseAPIChannelIndex:
type: integer