mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
REST API: added missing file in doc resources
This commit is contained in:
@@ -24,9 +24,27 @@ NFMModSettings:
|
||||
playLoop:
|
||||
type: integer
|
||||
ctcssOn:
|
||||
description: >
|
||||
Enable CTCSS squelch (takes precedence on DCS)
|
||||
* 0 - disabled
|
||||
* 1 - enabled
|
||||
type: integer
|
||||
ctcssIndex:
|
||||
type: integer
|
||||
dcsOn:
|
||||
description: >
|
||||
Enable DCS squelch (only if CTCSS is off)
|
||||
* 0 - disabled
|
||||
* 1 - enabled
|
||||
type: integer
|
||||
dcsCode:
|
||||
type: integer
|
||||
dcsPositive:
|
||||
description: >
|
||||
Modulation direction:
|
||||
* 0 - reverse or negative - 1 for 0 and -1 for 1
|
||||
* 1 - direct or positive - -1 for 0 and 1 for 1
|
||||
type: integer
|
||||
rgbColor:
|
||||
type: integer
|
||||
title:
|
||||
|
||||
Reference in New Issue
Block a user