mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	RadioClock: added missing doc swagger yaml file
This commit is contained in:
		
							parent
							
								
									2eb8abeb00
								
							
						
					
					
						commit
						e642e23d48
					
				| @ -69,6 +69,7 @@ | |||||||
|         <file>webapi/doc/swagger/include/Preferences.yaml</file> |         <file>webapi/doc/swagger/include/Preferences.yaml</file> | ||||||
|         <file>webapi/doc/swagger/include/Preset.yaml</file> |         <file>webapi/doc/swagger/include/Preset.yaml</file> | ||||||
|         <file>webapi/doc/swagger/include/RtlSdr.yaml</file> |         <file>webapi/doc/swagger/include/RtlSdr.yaml</file> | ||||||
|  |         <file>webapi/doc/swagger/include/RadioClock.yaml</file> | ||||||
|         <file>webapi/doc/swagger/include/RemoteSink.yaml</file> |         <file>webapi/doc/swagger/include/RemoteSink.yaml</file> | ||||||
|         <file>webapi/doc/swagger/include/RemoteSource.yaml</file> |         <file>webapi/doc/swagger/include/RemoteSource.yaml</file> | ||||||
|         <file>webapi/doc/swagger/include/RemoteInput.yaml</file> |         <file>webapi/doc/swagger/include/RemoteInput.yaml</file> | ||||||
|  | |||||||
							
								
								
									
										52
									
								
								sdrbase/resources/webapi/doc/swagger/include/RadioClock.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								sdrbase/resources/webapi/doc/swagger/include/RadioClock.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,52 @@ | |||||||
|  | RadioClockSettings: | ||||||
|  |   description: RadioClock | ||||||
|  |   properties: | ||||||
|  |     inputFrequencyOffset: | ||||||
|  |       description: channel center frequency shift from baseband center in Hz | ||||||
|  |       type: integer | ||||||
|  |       format: int64 | ||||||
|  |     rfBandwidth: | ||||||
|  |       description: channel RF bandwidth in Hz | ||||||
|  |       type: number | ||||||
|  |       format: float | ||||||
|  |     threshold: | ||||||
|  |       type: number | ||||||
|  |       format: float | ||||||
|  |     modulation: | ||||||
|  |       description: 0 - MSF, 1 - DCF77, 2 - TDF | ||||||
|  |       type: integer | ||||||
|  |     timezone: | ||||||
|  |       description: 0 - Broadcast, 1 - Local, 2 - UTC | ||||||
|  |       type: integer | ||||||
|  |     rgbColor: | ||||||
|  |       type: integer | ||||||
|  |     title: | ||||||
|  |       type: string | ||||||
|  |     streamIndex: | ||||||
|  |       description: MIMO channel. Not relevant when connected to SI (single Rx). | ||||||
|  |       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 | ||||||
|  | 
 | ||||||
|  | RadioClockReport: | ||||||
|  |   description: RadioClock | ||||||
|  |   properties: | ||||||
|  |     channelPowerDB: | ||||||
|  |       description: power received in channel (dB) | ||||||
|  |       type: number | ||||||
|  |       format: float | ||||||
|  |     channelSampleRate: | ||||||
|  |       type: integer | ||||||
|  |     date: | ||||||
|  |       type: string | ||||||
|  |     time: | ||||||
|  |       type: string | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user