mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-07 15:45:39 -04:00
BladeRF2: REST API: add scale in range report source file
This commit is contained in:
parent
ffeeb874f8
commit
645e0bdfca
@ -41,6 +41,9 @@ Range:
|
||||
type: integer
|
||||
step:
|
||||
type: integer
|
||||
scale:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
RangeFloat:
|
||||
description: An arbitrary range of floating point values
|
||||
@ -66,6 +69,9 @@ FrequencyRange:
|
||||
format: int64
|
||||
step:
|
||||
type: integer
|
||||
scale:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
NamedEnum:
|
||||
description: Enumeration with name for values
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user