mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
	
	
		
			43 lines
		
	
	
		
			863 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			43 lines
		
	
	
		
			863 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|  | WFMDemodSettings:
 | ||
|  |   description: WFMDemod
 | ||
|  |   properties:
 | ||
|  |     inputFrequencyOffset:
 | ||
|  |       type: integer
 | ||
|  |       format: int64
 | ||
|  |     rfBandwidth:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     afBandwidth:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     volume:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     squelch:
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     audioMute:
 | ||
|  |       description: audio mute (1 if muted else 0)
 | ||
|  |       type: integer
 | ||
|  |     rgbColor:
 | ||
|  |       type: integer
 | ||
|  |     title:
 | ||
|  |       type: string
 | ||
|  |     audioDeviceName:
 | ||
|  |       type: string
 | ||
|  | 
 | ||
|  | WFMDemodReport:
 | ||
|  |   description: WFMDemod
 | ||
|  |   properties:
 | ||
|  |     channelPowerDB:
 | ||
|  |       description: power transmitted in channel (dB)
 | ||
|  |       type: number
 | ||
|  |       format: float
 | ||
|  |     squelch:
 | ||
|  |       description: squelch status (1 if open else 0)
 | ||
|  |       type: integer
 | ||
|  |     audioSampleRate:
 | ||
|  |       type: integer
 | ||
|  |     channelSampleRate:
 | ||
|  |       type: integer
 |