mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| GS232ControllerSettings:
 | |
|   description: "GS-232 Controller settings"
 | |
|   properties:
 | |
|     azimuth:
 | |
|       description: Target azimuth in degrees (0-450)
 | |
|       type: integer
 | |
|     elevation:
 | |
|       description: Target elevation in degrees (0-180)
 | |
|       type: integer
 | |
|     serialPort:
 | |
|       description: The serial port the GS-232 controller is connected to
 | |
|       type: string
 | |
|     baudRate:
 | |
|       description: The baud rate to use for the serial connection to the GS-232 controller
 | |
|       type: integer
 | |
|     track:
 | |
|       description: Track a target where azimuth and elevation are determined by another plugin (1 for yes, 0 for no)
 | |
|       type: integer
 | |
|     target:
 | |
|       description: "Identifier of the channel or feature plugin providing target azimuth and elevation (E.g. R0:0 ADSBDemod)"
 | |
|       type: string
 | |
|     azimuthOffset:
 | |
|       description: Azimuth offset in degrees
 | |
|       type: integer
 | |
|     elevationOffset:
 | |
|       description: Elevation offset in degrees
 | |
|       type: integer
 | |
|     azimuthMin:
 | |
|       description: Minimum azimuth the controller will output
 | |
|       type: integer
 | |
|     azimuthMax:
 | |
|       description: Maximum azimuth the controller will output
 | |
|       type: integer
 | |
|     elevationMin:
 | |
|       description: Minimum elevation the controller will output
 | |
|       type: integer
 | |
|     elevationMax:
 | |
|       description: Maximum elevation the controller will output
 | |
|       type: integer
 | |
|     title:
 | |
|       type: string
 | |
|     rgbColor:
 | |
|       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
 |