mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-29 21:44:14 -04:00
Fixed SWGModelFactory so that init() is invoked on complex objects. Fixes #899
This commit is contained in:
@@ -3,10 +3,12 @@ GS232ControllerSettings:
|
||||
properties:
|
||||
azimuth:
|
||||
description: Target azimuth in degrees (0-450)
|
||||
type: integer
|
||||
type: number
|
||||
format: float
|
||||
elevation:
|
||||
description: Target elevation in degrees (0-180)
|
||||
type: integer
|
||||
type: number
|
||||
format: float
|
||||
serialPort:
|
||||
description: The serial port the GS-232 controller is connected to
|
||||
type: string
|
||||
@@ -37,6 +39,12 @@ GS232ControllerSettings:
|
||||
elevationMax:
|
||||
description: Maximum elevation the controller will output
|
||||
type: integer
|
||||
tolerance:
|
||||
description: Tolerance in degrees
|
||||
type: integer
|
||||
protocol:
|
||||
description: (0 GS-232, 1 SPID rot2prog)
|
||||
type: integer
|
||||
title:
|
||||
type: string
|
||||
rgbColor:
|
||||
|
||||
Reference in New Issue
Block a user