1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-04-30 11:24:00 -04:00

REST API: GLSpectrumSettings: updated with new fields

This commit is contained in:
f4exb 2020-05-05 18:53:27 +02:00
parent 2db3ece8a8
commit e0b9af218a
2 changed files with 24 additions and 0 deletions

View File

@ -53,3 +53,15 @@ GLSpectrum:
linear:
description: boolean
type: integer
ssb:
description: boolean
type: integer
usb:
description: boolean
type: integer
wsSpectrumAddress:
description: IPv4 address of interface the websocket server is listening to
type: string
wsSpectrumPort:
description: port on which the websocket server is listening
type: integer

View File

@ -53,3 +53,15 @@ GLSpectrum:
linear:
description: boolean
type: integer
ssb:
description: boolean
type: integer
usb:
description: boolean
type: integer
wsSpectrumAddress:
description: IPv4 address of interface the websocket server is listening to
type: string
wsSpectrumPort:
description: port on which the websocket server is listening
type: integer