@tx5dr/contracts 1.7.12 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/schema/__tests__/android-operator-audio.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.js +27 -0
- package/dist/schema/__tests__/android-operator-audio.schema.test.js.map +1 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.js +114 -0
- package/dist/schema/__tests__/assisted-queue.schema.test.js.map +1 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.js +42 -0
- package/dist/schema/__tests__/audio-sidecar.schema.test.js.map +1 -0
- package/dist/schema/__tests__/audio.schema.test.js +92 -1
- package/dist/schema/__tests__/audio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/diagnostics.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/diagnostics.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/diagnostics.schema.test.js +31 -0
- package/dist/schema/__tests__/diagnostics.schema.test.js.map +1 -0
- package/dist/schema/__tests__/logbook-health.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/logbook-health.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/logbook-health.schema.test.js +104 -0
- package/dist/schema/__tests__/logbook-health.schema.test.js.map +1 -0
- package/dist/schema/__tests__/meter.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/meter.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/meter.schema.test.js +27 -0
- package/dist/schema/__tests__/meter.schema.test.js.map +1 -0
- package/dist/schema/__tests__/observability.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/observability.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/observability.schema.test.js +12 -0
- package/dist/schema/__tests__/observability.schema.test.js.map +1 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.js +70 -0
- package/dist/schema/__tests__/operator-context-report.schema.test.js.map +1 -0
- package/dist/schema/__tests__/operator.schema.test.js +9 -3
- package/dist/schema/__tests__/operator.schema.test.js.map +1 -1
- package/dist/schema/__tests__/plugin-market.schema.test.js +149 -3
- package/dist/schema/__tests__/plugin-market.schema.test.js.map +1 -1
- package/dist/schema/__tests__/qso.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/qso.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/qso.schema.test.js +70 -0
- package/dist/schema/__tests__/qso.schema.test.js.map +1 -0
- package/dist/schema/__tests__/radio-power-support.test.js +15 -0
- package/dist/schema/__tests__/radio-power-support.test.js.map +1 -1
- package/dist/schema/__tests__/radio-profile.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/radio-profile.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/radio-profile.schema.test.js +36 -0
- package/dist/schema/__tests__/radio-profile.schema.test.js.map +1 -0
- package/dist/schema/__tests__/radio.schema.test.js +92 -1
- package/dist/schema/__tests__/radio.schema.test.js.map +1 -1
- package/dist/schema/__tests__/realtime-settings.schema.test.js +2 -1
- package/dist/schema/__tests__/realtime-settings.schema.test.js.map +1 -1
- package/dist/schema/__tests__/remote-access.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/remote-access.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/remote-access.schema.test.js +18 -0
- package/dist/schema/__tests__/remote-access.schema.test.js.map +1 -0
- package/dist/schema/__tests__/spectrum.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/spectrum.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/spectrum.schema.test.js +107 -0
- package/dist/schema/__tests__/spectrum.schema.test.js.map +1 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.d.ts +2 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.d.ts.map +1 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.js +95 -0
- package/dist/schema/__tests__/strategy-transmission.schema.test.js.map +1 -0
- package/dist/schema/android-operator-audio.schema.d.ts +174 -0
- package/dist/schema/android-operator-audio.schema.d.ts.map +1 -0
- package/dist/schema/android-operator-audio.schema.js +38 -0
- package/dist/schema/android-operator-audio.schema.js.map +1 -0
- package/dist/schema/api-response.schema.d.ts +503 -44
- package/dist/schema/api-response.schema.d.ts.map +1 -1
- package/dist/schema/api-response.schema.js +9 -0
- package/dist/schema/api-response.schema.js.map +1 -1
- package/dist/schema/audio-sidecar.schema.d.ts +75 -0
- package/dist/schema/audio-sidecar.schema.d.ts.map +1 -1
- package/dist/schema/audio-sidecar.schema.js +32 -0
- package/dist/schema/audio-sidecar.schema.js.map +1 -1
- package/dist/schema/audio.schema.d.ts +4749 -3
- package/dist/schema/audio.schema.d.ts.map +1 -1
- package/dist/schema/audio.schema.js +101 -2
- package/dist/schema/audio.schema.js.map +1 -1
- package/dist/schema/auth.schema.d.ts +173 -14
- package/dist/schema/auth.schema.d.ts.map +1 -1
- package/dist/schema/auth.schema.js +65 -1
- package/dist/schema/auth.schema.js.map +1 -1
- package/dist/schema/cpu-profile.schema.d.ts +2 -2
- package/dist/schema/cw-decoder.schema.d.ts +74 -74
- package/dist/schema/cw-keyer.schema.d.ts +20 -14
- package/dist/schema/cw-keyer.schema.d.ts.map +1 -1
- package/dist/schema/cw-keyer.schema.js +3 -0
- package/dist/schema/cw-keyer.schema.js.map +1 -1
- package/dist/schema/desktop-https.schema.d.ts +6 -6
- package/dist/schema/device-ui.schema.d.ts +16 -16
- package/dist/schema/diagnostics.schema.d.ts +163 -0
- package/dist/schema/diagnostics.schema.d.ts.map +1 -0
- package/dist/schema/diagnostics.schema.js +46 -0
- package/dist/schema/diagnostics.schema.js.map +1 -0
- package/dist/schema/ft8.schema.d.ts +12 -2
- package/dist/schema/ft8.schema.d.ts.map +1 -1
- package/dist/schema/ft8.schema.js +8 -0
- package/dist/schema/ft8.schema.js.map +1 -1
- package/dist/schema/image-radio.schema.d.ts +2597 -0
- package/dist/schema/image-radio.schema.d.ts.map +1 -0
- package/dist/schema/image-radio.schema.js +283 -0
- package/dist/schema/image-radio.schema.js.map +1 -0
- package/dist/schema/logbook.schema.d.ts +2128 -18
- package/dist/schema/logbook.schema.d.ts.map +1 -1
- package/dist/schema/logbook.schema.js +159 -1
- package/dist/schema/logbook.schema.js.map +1 -1
- package/dist/schema/mode.schema.d.ts +4 -6
- package/dist/schema/mode.schema.d.ts.map +1 -1
- package/dist/schema/mode.schema.js +18 -6
- package/dist/schema/mode.schema.js.map +1 -1
- package/dist/schema/observability.schema.d.ts +66 -0
- package/dist/schema/observability.schema.d.ts.map +1 -0
- package/dist/schema/observability.schema.js +20 -0
- package/dist/schema/observability.schema.js.map +1 -0
- package/dist/schema/openwebrx.schema.d.ts +2 -2
- package/dist/schema/operator.schema.d.ts +2682 -6
- package/dist/schema/operator.schema.d.ts.map +1 -1
- package/dist/schema/operator.schema.js +10 -20
- package/dist/schema/operator.schema.js.map +1 -1
- package/dist/schema/plugin.schema.d.ts +1977 -492
- package/dist/schema/plugin.schema.d.ts.map +1 -1
- package/dist/schema/plugin.schema.js +165 -14
- package/dist/schema/plugin.schema.js.map +1 -1
- package/dist/schema/process-monitor.schema.d.ts +132 -132
- package/dist/schema/pskreporter.schema.d.ts +1 -3
- package/dist/schema/pskreporter.schema.d.ts.map +1 -1
- package/dist/schema/pskreporter.schema.js +1 -3
- package/dist/schema/pskreporter.schema.js.map +1 -1
- package/dist/schema/qso.schema.d.ts +246 -1
- package/dist/schema/qso.schema.d.ts.map +1 -1
- package/dist/schema/qso.schema.js +68 -0
- package/dist/schema/qso.schema.js.map +1 -1
- package/dist/schema/radio-capability.schema.d.ts +31 -40
- package/dist/schema/radio-capability.schema.d.ts.map +1 -1
- package/dist/schema/radio-capability.schema.js +8 -15
- package/dist/schema/radio-capability.schema.js.map +1 -1
- package/dist/schema/radio-power-support.d.ts.map +1 -1
- package/dist/schema/radio-power-support.js +3 -0
- package/dist/schema/radio-power-support.js.map +1 -1
- package/dist/schema/radio-power.schema.d.ts +102 -13
- package/dist/schema/radio-power.schema.d.ts.map +1 -1
- package/dist/schema/radio-power.schema.js +15 -8
- package/dist/schema/radio-power.schema.js.map +1 -1
- package/dist/schema/radio-profile.schema.d.ts +1491 -97
- package/dist/schema/radio-profile.schema.d.ts.map +1 -1
- package/dist/schema/radio-profile.schema.js +7 -0
- package/dist/schema/radio-profile.schema.js.map +1 -1
- package/dist/schema/radio.schema.d.ts +442 -48
- package/dist/schema/radio.schema.d.ts.map +1 -1
- package/dist/schema/radio.schema.js +75 -7
- package/dist/schema/radio.schema.js.map +1 -1
- package/dist/schema/realtime.schema.d.ts +60 -52
- package/dist/schema/realtime.schema.d.ts.map +1 -1
- package/dist/schema/realtime.schema.js +9 -1
- package/dist/schema/realtime.schema.js.map +1 -1
- package/dist/schema/rigctld.schema.d.ts +6 -6
- package/dist/schema/slot-info.schema.d.ts +28 -9
- package/dist/schema/slot-info.schema.d.ts.map +1 -1
- package/dist/schema/slot-info.schema.js +17 -10
- package/dist/schema/slot-info.schema.js.map +1 -1
- package/dist/schema/spectrum-config.schema.d.ts +638 -0
- package/dist/schema/spectrum-config.schema.d.ts.map +1 -0
- package/dist/schema/spectrum-config.schema.js +129 -0
- package/dist/schema/spectrum-config.schema.js.map +1 -0
- package/dist/schema/spectrum.schema.d.ts +1323 -30
- package/dist/schema/spectrum.schema.d.ts.map +1 -1
- package/dist/schema/spectrum.schema.js +72 -0
- package/dist/schema/spectrum.schema.js.map +1 -1
- package/dist/schema/station-info.schema.d.ts +5 -0
- package/dist/schema/station-info.schema.d.ts.map +1 -1
- package/dist/schema/station-info.schema.js +5 -0
- package/dist/schema/station-info.schema.js.map +1 -1
- package/dist/schema/system.schema.d.ts +56 -6
- package/dist/schema/system.schema.d.ts.map +1 -1
- package/dist/schema/system.schema.js +22 -0
- package/dist/schema/system.schema.js.map +1 -1
- package/dist/schema/transmission.schema.d.ts +8 -7
- package/dist/schema/transmission.schema.d.ts.map +1 -1
- package/dist/schema/transmission.schema.js +2 -7
- package/dist/schema/transmission.schema.js.map +1 -1
- package/dist/schema/tx-audio-input.schema.d.ts +8 -0
- package/dist/schema/tx-audio-input.schema.d.ts.map +1 -0
- package/dist/schema/tx-audio-input.schema.js +19 -0
- package/dist/schema/tx-audio-input.schema.js.map +1 -0
- package/dist/schema/voice-keyer.schema.d.ts +16 -16
- package/dist/schema/voice.schema.d.ts +1 -1
- package/dist/schema/voice.schema.d.ts.map +1 -1
- package/dist/schema/voice.schema.js +1 -1
- package/dist/schema/voice.schema.js.map +1 -1
- package/dist/schema/websocket.schema.d.ts +35811 -7829
- package/dist/schema/websocket.schema.d.ts.map +1 -1
- package/dist/schema/websocket.schema.js +453 -9
- package/dist/schema/websocket.schema.js.map +1 -1
- package/package.json +6 -1
- package/src/index.ts +7 -0
- package/src/schema/__tests__/android-operator-audio.schema.test.ts +31 -0
- package/src/schema/__tests__/assisted-queue.schema.test.ts +122 -0
- package/src/schema/__tests__/audio-sidecar.schema.test.ts +48 -0
- package/src/schema/__tests__/audio.schema.test.ts +102 -0
- package/src/schema/__tests__/diagnostics.schema.test.ts +32 -0
- package/src/schema/__tests__/logbook-health.schema.test.ts +117 -0
- package/src/schema/__tests__/meter.schema.test.ts +28 -0
- package/src/schema/__tests__/observability.schema.test.ts +15 -0
- package/src/schema/__tests__/operator-context-report.schema.test.ts +77 -0
- package/src/schema/__tests__/operator.schema.test.ts +11 -3
- package/src/schema/__tests__/plugin-market.schema.test.ts +165 -2
- package/src/schema/__tests__/qso.schema.test.ts +91 -0
- package/src/schema/__tests__/radio-power-support.test.ts +17 -0
- package/src/schema/__tests__/radio-profile.schema.test.ts +44 -0
- package/src/schema/__tests__/radio.schema.test.ts +108 -1
- package/src/schema/__tests__/realtime-settings.schema.test.ts +2 -1
- package/src/schema/__tests__/remote-access.schema.test.ts +22 -0
- package/src/schema/__tests__/spectrum.schema.test.ts +119 -0
- package/src/schema/__tests__/strategy-transmission.schema.test.ts +106 -0
- package/src/schema/android-operator-audio.schema.ts +49 -0
- package/src/schema/api-response.schema.ts +11 -0
- package/src/schema/audio-sidecar.schema.ts +35 -0
- package/src/schema/audio.schema.ts +115 -2
- package/src/schema/auth.schema.ts +79 -1
- package/src/schema/cw-keyer.schema.ts +5 -0
- package/src/schema/diagnostics.schema.ts +55 -0
- package/src/schema/ft8.schema.ts +8 -0
- package/src/schema/image-radio.schema.ts +342 -0
- package/src/schema/logbook.schema.ts +205 -1
- package/src/schema/mode.schema.ts +18 -6
- package/src/schema/observability.schema.ts +26 -0
- package/src/schema/operator.schema.ts +11 -20
- package/src/schema/plugin.schema.ts +186 -15
- package/src/schema/pskreporter.schema.ts +1 -3
- package/src/schema/qso.schema.ts +78 -0
- package/src/schema/radio-capability.schema.ts +8 -15
- package/src/schema/radio-power-support.ts +3 -0
- package/src/schema/radio-power.schema.ts +15 -8
- package/src/schema/radio-profile.schema.ts +7 -0
- package/src/schema/radio.schema.ts +90 -7
- package/src/schema/realtime.schema.ts +9 -1
- package/src/schema/slot-info.schema.ts +18 -11
- package/src/schema/spectrum-config.schema.ts +156 -0
- package/src/schema/spectrum.schema.ts +89 -0
- package/src/schema/station-info.schema.ts +5 -0
- package/src/schema/system.schema.ts +29 -0
- package/src/schema/transmission.schema.ts +2 -7
- package/src/schema/tx-audio-input.schema.ts +22 -0
- package/src/schema/voice.schema.ts +1 -1
- package/src/schema/websocket.schema.ts +601 -13
- package/test/image-radio-schema.test.ts +107 -0
- package/test/plugin-slot-schema.test.ts +31 -0
- package/test/radio-capability-schema.test.ts +44 -0
- package/CLAUDE.md +0 -41
|
@@ -9,7 +9,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
9
9
|
id: z.ZodString;
|
|
10
10
|
name: z.ZodString;
|
|
11
11
|
radio: z.ZodObject<{
|
|
12
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
12
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
13
13
|
network: z.ZodOptional<z.ZodObject<{
|
|
14
14
|
host: z.ZodString;
|
|
15
15
|
port: z.ZodNumber;
|
|
@@ -39,8 +39,43 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
39
39
|
password?: string | undefined;
|
|
40
40
|
dataMode?: boolean | undefined;
|
|
41
41
|
}>>;
|
|
42
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
43
|
+
host: z.ZodDefault<z.ZodString>;
|
|
44
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
45
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
46
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
47
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
48
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
49
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
50
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
51
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
52
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
53
|
+
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
host: string;
|
|
55
|
+
port: number;
|
|
56
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
57
|
+
autoDiscoverPorts: boolean;
|
|
58
|
+
receiver: number;
|
|
59
|
+
trx: number;
|
|
60
|
+
vfo: number;
|
|
61
|
+
audioEnabled: boolean;
|
|
62
|
+
audioSampleRate: number;
|
|
63
|
+
url?: string | undefined;
|
|
64
|
+
}, {
|
|
65
|
+
url?: string | undefined;
|
|
66
|
+
host?: string | undefined;
|
|
67
|
+
port?: number | undefined;
|
|
68
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
69
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
70
|
+
receiver?: number | undefined;
|
|
71
|
+
trx?: number | undefined;
|
|
72
|
+
vfo?: number | undefined;
|
|
73
|
+
audioEnabled?: boolean | undefined;
|
|
74
|
+
audioSampleRate?: number | undefined;
|
|
75
|
+
}>>;
|
|
42
76
|
serial: z.ZodOptional<z.ZodObject<{
|
|
43
77
|
path: z.ZodString;
|
|
78
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
44
79
|
rigModel: z.ZodNumber;
|
|
45
80
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
46
81
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -83,6 +118,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
83
118
|
}, "strip", z.ZodTypeAny, {
|
|
84
119
|
path: string;
|
|
85
120
|
rigModel: number;
|
|
121
|
+
serialNumber?: string | undefined;
|
|
86
122
|
serialConfig?: {
|
|
87
123
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
88
124
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -100,6 +136,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
100
136
|
}, {
|
|
101
137
|
path: string;
|
|
102
138
|
rigModel: number;
|
|
139
|
+
serialNumber?: string | undefined;
|
|
103
140
|
serialConfig?: {
|
|
104
141
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
105
142
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -122,13 +159,34 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
122
159
|
}, {
|
|
123
160
|
speed?: number | undefined;
|
|
124
161
|
}>>;
|
|
162
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
125
163
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
164
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
165
|
+
enabled: z.ZodBoolean;
|
|
166
|
+
}, "strip", z.ZodTypeAny, {
|
|
167
|
+
enabled: boolean;
|
|
168
|
+
}, {
|
|
169
|
+
enabled: boolean;
|
|
170
|
+
}>>;
|
|
126
171
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
127
172
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
128
173
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
129
174
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
175
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
130
176
|
}, "strip", z.ZodTypeAny, {
|
|
131
|
-
type: "
|
|
177
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
178
|
+
tci?: {
|
|
179
|
+
host: string;
|
|
180
|
+
port: number;
|
|
181
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
182
|
+
autoDiscoverPorts: boolean;
|
|
183
|
+
receiver: number;
|
|
184
|
+
trx: number;
|
|
185
|
+
vfo: number;
|
|
186
|
+
audioEnabled: boolean;
|
|
187
|
+
audioSampleRate: number;
|
|
188
|
+
url?: string | undefined;
|
|
189
|
+
} | undefined;
|
|
132
190
|
network?: {
|
|
133
191
|
host: string;
|
|
134
192
|
port: number;
|
|
@@ -136,6 +194,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
136
194
|
serial?: {
|
|
137
195
|
path: string;
|
|
138
196
|
rigModel: number;
|
|
197
|
+
serialNumber?: string | undefined;
|
|
139
198
|
serialConfig?: {
|
|
140
199
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
141
200
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -161,13 +220,30 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
161
220
|
userName?: string | undefined;
|
|
162
221
|
password?: string | undefined;
|
|
163
222
|
} | undefined;
|
|
223
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
164
224
|
transmitCompensationMs?: number | undefined;
|
|
165
|
-
|
|
225
|
+
fakeFrequency?: {
|
|
226
|
+
enabled: boolean;
|
|
227
|
+
} | undefined;
|
|
228
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
166
229
|
pttPort?: string | undefined;
|
|
167
230
|
cwKeyPort?: string | undefined;
|
|
168
231
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
232
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
169
233
|
}, {
|
|
170
|
-
type: "
|
|
234
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
235
|
+
tci?: {
|
|
236
|
+
url?: string | undefined;
|
|
237
|
+
host?: string | undefined;
|
|
238
|
+
port?: number | undefined;
|
|
239
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
240
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
241
|
+
receiver?: number | undefined;
|
|
242
|
+
trx?: number | undefined;
|
|
243
|
+
vfo?: number | undefined;
|
|
244
|
+
audioEnabled?: boolean | undefined;
|
|
245
|
+
audioSampleRate?: number | undefined;
|
|
246
|
+
} | undefined;
|
|
171
247
|
network?: {
|
|
172
248
|
host: string;
|
|
173
249
|
port: number;
|
|
@@ -175,6 +251,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
175
251
|
serial?: {
|
|
176
252
|
path: string;
|
|
177
253
|
rigModel: number;
|
|
254
|
+
serialNumber?: string | undefined;
|
|
178
255
|
serialConfig?: {
|
|
179
256
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
180
257
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -200,50 +277,83 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
200
277
|
password?: string | undefined;
|
|
201
278
|
dataMode?: boolean | undefined;
|
|
202
279
|
} | undefined;
|
|
280
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
203
281
|
transmitCompensationMs?: number | undefined;
|
|
204
|
-
|
|
282
|
+
fakeFrequency?: {
|
|
283
|
+
enabled: boolean;
|
|
284
|
+
} | undefined;
|
|
285
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
205
286
|
pttPort?: string | undefined;
|
|
206
287
|
cwKeyPort?: string | undefined;
|
|
207
288
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
289
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
208
290
|
}>;
|
|
209
291
|
audio: z.ZodObject<{
|
|
210
292
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
211
293
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
294
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
296
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
297
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
298
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
299
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
212
300
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
213
301
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
214
302
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
215
303
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
216
304
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
217
305
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
306
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
307
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
218
308
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
219
309
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
220
310
|
}, "strip", z.ZodTypeAny, {
|
|
221
311
|
sampleRate?: number | undefined;
|
|
222
312
|
inputDeviceName?: string | undefined;
|
|
223
313
|
outputDeviceName?: string | undefined;
|
|
314
|
+
inputRouteKey?: string | null | undefined;
|
|
315
|
+
outputRouteKey?: string | null | undefined;
|
|
316
|
+
inputDeviceId?: string | undefined;
|
|
317
|
+
outputDeviceId?: string | undefined;
|
|
318
|
+
inputHardwareId?: string | undefined;
|
|
319
|
+
outputHardwareId?: string | undefined;
|
|
224
320
|
inputSampleRate?: number | undefined;
|
|
225
321
|
outputSampleRate?: number | undefined;
|
|
226
322
|
inputBufferSize?: number | undefined;
|
|
227
323
|
outputBufferSize?: number | undefined;
|
|
228
324
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
229
325
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
326
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
327
|
+
ifCenterHz?: number | undefined;
|
|
230
328
|
bufferSize?: number | undefined;
|
|
231
329
|
}, {
|
|
232
330
|
sampleRate?: number | undefined;
|
|
233
331
|
inputDeviceName?: string | undefined;
|
|
234
332
|
outputDeviceName?: string | undefined;
|
|
333
|
+
inputRouteKey?: string | null | undefined;
|
|
334
|
+
outputRouteKey?: string | null | undefined;
|
|
335
|
+
inputDeviceId?: string | undefined;
|
|
336
|
+
outputDeviceId?: string | undefined;
|
|
337
|
+
inputHardwareId?: string | undefined;
|
|
338
|
+
outputHardwareId?: string | undefined;
|
|
235
339
|
inputSampleRate?: number | undefined;
|
|
236
340
|
outputSampleRate?: number | undefined;
|
|
237
341
|
inputBufferSize?: number | undefined;
|
|
238
342
|
outputBufferSize?: number | undefined;
|
|
239
343
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
240
344
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
345
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
346
|
+
ifCenterHz?: number | undefined;
|
|
241
347
|
bufferSize?: number | undefined;
|
|
242
348
|
}>;
|
|
243
349
|
audioLockedToRadio: z.ZodBoolean;
|
|
350
|
+
/** Optional policy for the radio's physical TX audio input selector. */
|
|
351
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
244
352
|
createdAt: z.ZodNumber;
|
|
245
353
|
updatedAt: z.ZodNumber;
|
|
246
354
|
description: z.ZodOptional<z.ZodString>;
|
|
355
|
+
isVirtual: z.ZodOptional<z.ZodBoolean>;
|
|
356
|
+
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
247
357
|
}, "strip", z.ZodTypeAny, {
|
|
248
358
|
id: string;
|
|
249
359
|
name: string;
|
|
@@ -251,17 +361,38 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
251
361
|
sampleRate?: number | undefined;
|
|
252
362
|
inputDeviceName?: string | undefined;
|
|
253
363
|
outputDeviceName?: string | undefined;
|
|
364
|
+
inputRouteKey?: string | null | undefined;
|
|
365
|
+
outputRouteKey?: string | null | undefined;
|
|
366
|
+
inputDeviceId?: string | undefined;
|
|
367
|
+
outputDeviceId?: string | undefined;
|
|
368
|
+
inputHardwareId?: string | undefined;
|
|
369
|
+
outputHardwareId?: string | undefined;
|
|
254
370
|
inputSampleRate?: number | undefined;
|
|
255
371
|
outputSampleRate?: number | undefined;
|
|
256
372
|
inputBufferSize?: number | undefined;
|
|
257
373
|
outputBufferSize?: number | undefined;
|
|
258
374
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
259
375
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
376
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
377
|
+
ifCenterHz?: number | undefined;
|
|
260
378
|
bufferSize?: number | undefined;
|
|
261
379
|
};
|
|
380
|
+
updatedAt: number;
|
|
262
381
|
createdAt: number;
|
|
263
382
|
radio: {
|
|
264
|
-
type: "
|
|
383
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
384
|
+
tci?: {
|
|
385
|
+
host: string;
|
|
386
|
+
port: number;
|
|
387
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
388
|
+
autoDiscoverPorts: boolean;
|
|
389
|
+
receiver: number;
|
|
390
|
+
trx: number;
|
|
391
|
+
vfo: number;
|
|
392
|
+
audioEnabled: boolean;
|
|
393
|
+
audioSampleRate: number;
|
|
394
|
+
url?: string | undefined;
|
|
395
|
+
} | undefined;
|
|
265
396
|
network?: {
|
|
266
397
|
host: string;
|
|
267
398
|
port: number;
|
|
@@ -269,6 +400,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
269
400
|
serial?: {
|
|
270
401
|
path: string;
|
|
271
402
|
rigModel: number;
|
|
403
|
+
serialNumber?: string | undefined;
|
|
272
404
|
serialConfig?: {
|
|
273
405
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
274
406
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -294,15 +426,22 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
294
426
|
userName?: string | undefined;
|
|
295
427
|
password?: string | undefined;
|
|
296
428
|
} | undefined;
|
|
429
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
297
430
|
transmitCompensationMs?: number | undefined;
|
|
298
|
-
|
|
431
|
+
fakeFrequency?: {
|
|
432
|
+
enabled: boolean;
|
|
433
|
+
} | undefined;
|
|
434
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
299
435
|
pttPort?: string | undefined;
|
|
300
436
|
cwKeyPort?: string | undefined;
|
|
301
437
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
438
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
302
439
|
};
|
|
303
440
|
audioLockedToRadio: boolean;
|
|
304
|
-
updatedAt: number;
|
|
305
441
|
description?: string | undefined;
|
|
442
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
443
|
+
isVirtual?: boolean | undefined;
|
|
444
|
+
readOnly?: boolean | undefined;
|
|
306
445
|
}, {
|
|
307
446
|
id: string;
|
|
308
447
|
name: string;
|
|
@@ -310,17 +449,38 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
310
449
|
sampleRate?: number | undefined;
|
|
311
450
|
inputDeviceName?: string | undefined;
|
|
312
451
|
outputDeviceName?: string | undefined;
|
|
452
|
+
inputRouteKey?: string | null | undefined;
|
|
453
|
+
outputRouteKey?: string | null | undefined;
|
|
454
|
+
inputDeviceId?: string | undefined;
|
|
455
|
+
outputDeviceId?: string | undefined;
|
|
456
|
+
inputHardwareId?: string | undefined;
|
|
457
|
+
outputHardwareId?: string | undefined;
|
|
313
458
|
inputSampleRate?: number | undefined;
|
|
314
459
|
outputSampleRate?: number | undefined;
|
|
315
460
|
inputBufferSize?: number | undefined;
|
|
316
461
|
outputBufferSize?: number | undefined;
|
|
317
462
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
318
463
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
464
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
465
|
+
ifCenterHz?: number | undefined;
|
|
319
466
|
bufferSize?: number | undefined;
|
|
320
467
|
};
|
|
468
|
+
updatedAt: number;
|
|
321
469
|
createdAt: number;
|
|
322
470
|
radio: {
|
|
323
|
-
type: "
|
|
471
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
472
|
+
tci?: {
|
|
473
|
+
url?: string | undefined;
|
|
474
|
+
host?: string | undefined;
|
|
475
|
+
port?: number | undefined;
|
|
476
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
477
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
478
|
+
receiver?: number | undefined;
|
|
479
|
+
trx?: number | undefined;
|
|
480
|
+
vfo?: number | undefined;
|
|
481
|
+
audioEnabled?: boolean | undefined;
|
|
482
|
+
audioSampleRate?: number | undefined;
|
|
483
|
+
} | undefined;
|
|
324
484
|
network?: {
|
|
325
485
|
host: string;
|
|
326
486
|
port: number;
|
|
@@ -328,6 +488,7 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
328
488
|
serial?: {
|
|
329
489
|
path: string;
|
|
330
490
|
rigModel: number;
|
|
491
|
+
serialNumber?: string | undefined;
|
|
331
492
|
serialConfig?: {
|
|
332
493
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
333
494
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -353,15 +514,22 @@ export declare const RadioProfileSchema: z.ZodObject<{
|
|
|
353
514
|
password?: string | undefined;
|
|
354
515
|
dataMode?: boolean | undefined;
|
|
355
516
|
} | undefined;
|
|
517
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
356
518
|
transmitCompensationMs?: number | undefined;
|
|
357
|
-
|
|
519
|
+
fakeFrequency?: {
|
|
520
|
+
enabled: boolean;
|
|
521
|
+
} | undefined;
|
|
522
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
358
523
|
pttPort?: string | undefined;
|
|
359
524
|
cwKeyPort?: string | undefined;
|
|
360
525
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
526
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
361
527
|
};
|
|
362
528
|
audioLockedToRadio: boolean;
|
|
363
|
-
updatedAt: number;
|
|
364
529
|
description?: string | undefined;
|
|
530
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
531
|
+
isVirtual?: boolean | undefined;
|
|
532
|
+
readOnly?: boolean | undefined;
|
|
365
533
|
}>;
|
|
366
534
|
export type RadioProfile = z.infer<typeof RadioProfileSchema>;
|
|
367
535
|
/**
|
|
@@ -370,7 +538,7 @@ export type RadioProfile = z.infer<typeof RadioProfileSchema>;
|
|
|
370
538
|
export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
371
539
|
name: z.ZodString;
|
|
372
540
|
radio: z.ZodObject<{
|
|
373
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
541
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
374
542
|
network: z.ZodOptional<z.ZodObject<{
|
|
375
543
|
host: z.ZodString;
|
|
376
544
|
port: z.ZodNumber;
|
|
@@ -400,8 +568,43 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
400
568
|
password?: string | undefined;
|
|
401
569
|
dataMode?: boolean | undefined;
|
|
402
570
|
}>>;
|
|
571
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
572
|
+
host: z.ZodDefault<z.ZodString>;
|
|
573
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
574
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
575
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
576
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
577
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
578
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
579
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
580
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
581
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
582
|
+
}, "strip", z.ZodTypeAny, {
|
|
583
|
+
host: string;
|
|
584
|
+
port: number;
|
|
585
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
586
|
+
autoDiscoverPorts: boolean;
|
|
587
|
+
receiver: number;
|
|
588
|
+
trx: number;
|
|
589
|
+
vfo: number;
|
|
590
|
+
audioEnabled: boolean;
|
|
591
|
+
audioSampleRate: number;
|
|
592
|
+
url?: string | undefined;
|
|
593
|
+
}, {
|
|
594
|
+
url?: string | undefined;
|
|
595
|
+
host?: string | undefined;
|
|
596
|
+
port?: number | undefined;
|
|
597
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
598
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
599
|
+
receiver?: number | undefined;
|
|
600
|
+
trx?: number | undefined;
|
|
601
|
+
vfo?: number | undefined;
|
|
602
|
+
audioEnabled?: boolean | undefined;
|
|
603
|
+
audioSampleRate?: number | undefined;
|
|
604
|
+
}>>;
|
|
403
605
|
serial: z.ZodOptional<z.ZodObject<{
|
|
404
606
|
path: z.ZodString;
|
|
607
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
405
608
|
rigModel: z.ZodNumber;
|
|
406
609
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
407
610
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -444,6 +647,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
444
647
|
}, "strip", z.ZodTypeAny, {
|
|
445
648
|
path: string;
|
|
446
649
|
rigModel: number;
|
|
650
|
+
serialNumber?: string | undefined;
|
|
447
651
|
serialConfig?: {
|
|
448
652
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
449
653
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -461,6 +665,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
461
665
|
}, {
|
|
462
666
|
path: string;
|
|
463
667
|
rigModel: number;
|
|
668
|
+
serialNumber?: string | undefined;
|
|
464
669
|
serialConfig?: {
|
|
465
670
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
466
671
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -483,13 +688,34 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
483
688
|
}, {
|
|
484
689
|
speed?: number | undefined;
|
|
485
690
|
}>>;
|
|
691
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
486
692
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
693
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
694
|
+
enabled: z.ZodBoolean;
|
|
695
|
+
}, "strip", z.ZodTypeAny, {
|
|
696
|
+
enabled: boolean;
|
|
697
|
+
}, {
|
|
698
|
+
enabled: boolean;
|
|
699
|
+
}>>;
|
|
487
700
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
488
701
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
489
702
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
490
703
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
704
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
491
705
|
}, "strip", z.ZodTypeAny, {
|
|
492
|
-
type: "
|
|
706
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
707
|
+
tci?: {
|
|
708
|
+
host: string;
|
|
709
|
+
port: number;
|
|
710
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
711
|
+
autoDiscoverPorts: boolean;
|
|
712
|
+
receiver: number;
|
|
713
|
+
trx: number;
|
|
714
|
+
vfo: number;
|
|
715
|
+
audioEnabled: boolean;
|
|
716
|
+
audioSampleRate: number;
|
|
717
|
+
url?: string | undefined;
|
|
718
|
+
} | undefined;
|
|
493
719
|
network?: {
|
|
494
720
|
host: string;
|
|
495
721
|
port: number;
|
|
@@ -497,6 +723,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
497
723
|
serial?: {
|
|
498
724
|
path: string;
|
|
499
725
|
rigModel: number;
|
|
726
|
+
serialNumber?: string | undefined;
|
|
500
727
|
serialConfig?: {
|
|
501
728
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
502
729
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -522,13 +749,30 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
522
749
|
userName?: string | undefined;
|
|
523
750
|
password?: string | undefined;
|
|
524
751
|
} | undefined;
|
|
752
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
525
753
|
transmitCompensationMs?: number | undefined;
|
|
526
|
-
|
|
754
|
+
fakeFrequency?: {
|
|
755
|
+
enabled: boolean;
|
|
756
|
+
} | undefined;
|
|
757
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
527
758
|
pttPort?: string | undefined;
|
|
528
759
|
cwKeyPort?: string | undefined;
|
|
529
760
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
761
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
530
762
|
}, {
|
|
531
|
-
type: "
|
|
763
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
764
|
+
tci?: {
|
|
765
|
+
url?: string | undefined;
|
|
766
|
+
host?: string | undefined;
|
|
767
|
+
port?: number | undefined;
|
|
768
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
769
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
770
|
+
receiver?: number | undefined;
|
|
771
|
+
trx?: number | undefined;
|
|
772
|
+
vfo?: number | undefined;
|
|
773
|
+
audioEnabled?: boolean | undefined;
|
|
774
|
+
audioSampleRate?: number | undefined;
|
|
775
|
+
} | undefined;
|
|
532
776
|
network?: {
|
|
533
777
|
host: string;
|
|
534
778
|
port: number;
|
|
@@ -536,6 +780,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
536
780
|
serial?: {
|
|
537
781
|
path: string;
|
|
538
782
|
rigModel: number;
|
|
783
|
+
serialNumber?: string | undefined;
|
|
539
784
|
serialConfig?: {
|
|
540
785
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
541
786
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -561,51 +806,92 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
561
806
|
password?: string | undefined;
|
|
562
807
|
dataMode?: boolean | undefined;
|
|
563
808
|
} | undefined;
|
|
809
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
564
810
|
transmitCompensationMs?: number | undefined;
|
|
565
|
-
|
|
811
|
+
fakeFrequency?: {
|
|
812
|
+
enabled: boolean;
|
|
813
|
+
} | undefined;
|
|
814
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
566
815
|
pttPort?: string | undefined;
|
|
567
816
|
cwKeyPort?: string | undefined;
|
|
568
817
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
818
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
569
819
|
}>;
|
|
570
820
|
audio: z.ZodOptional<z.ZodObject<{
|
|
571
821
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
572
822
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
823
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
824
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
825
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
826
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
827
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
828
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
573
829
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
574
830
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
575
831
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
576
832
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
577
833
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
578
834
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
835
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
836
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
579
837
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
580
838
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
581
839
|
}, "strip", z.ZodTypeAny, {
|
|
582
840
|
sampleRate?: number | undefined;
|
|
583
841
|
inputDeviceName?: string | undefined;
|
|
584
842
|
outputDeviceName?: string | undefined;
|
|
843
|
+
inputRouteKey?: string | null | undefined;
|
|
844
|
+
outputRouteKey?: string | null | undefined;
|
|
845
|
+
inputDeviceId?: string | undefined;
|
|
846
|
+
outputDeviceId?: string | undefined;
|
|
847
|
+
inputHardwareId?: string | undefined;
|
|
848
|
+
outputHardwareId?: string | undefined;
|
|
585
849
|
inputSampleRate?: number | undefined;
|
|
586
850
|
outputSampleRate?: number | undefined;
|
|
587
851
|
inputBufferSize?: number | undefined;
|
|
588
852
|
outputBufferSize?: number | undefined;
|
|
589
853
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
590
854
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
855
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
856
|
+
ifCenterHz?: number | undefined;
|
|
591
857
|
bufferSize?: number | undefined;
|
|
592
858
|
}, {
|
|
593
859
|
sampleRate?: number | undefined;
|
|
594
860
|
inputDeviceName?: string | undefined;
|
|
595
861
|
outputDeviceName?: string | undefined;
|
|
862
|
+
inputRouteKey?: string | null | undefined;
|
|
863
|
+
outputRouteKey?: string | null | undefined;
|
|
864
|
+
inputDeviceId?: string | undefined;
|
|
865
|
+
outputDeviceId?: string | undefined;
|
|
866
|
+
inputHardwareId?: string | undefined;
|
|
867
|
+
outputHardwareId?: string | undefined;
|
|
596
868
|
inputSampleRate?: number | undefined;
|
|
597
869
|
outputSampleRate?: number | undefined;
|
|
598
870
|
inputBufferSize?: number | undefined;
|
|
599
871
|
outputBufferSize?: number | undefined;
|
|
600
872
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
601
873
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
874
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
875
|
+
ifCenterHz?: number | undefined;
|
|
602
876
|
bufferSize?: number | undefined;
|
|
603
877
|
}>>;
|
|
604
878
|
description: z.ZodOptional<z.ZodString>;
|
|
605
879
|
}, "strip", z.ZodTypeAny, {
|
|
606
880
|
name: string;
|
|
607
881
|
radio: {
|
|
608
|
-
type: "
|
|
882
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
883
|
+
tci?: {
|
|
884
|
+
host: string;
|
|
885
|
+
port: number;
|
|
886
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
887
|
+
autoDiscoverPorts: boolean;
|
|
888
|
+
receiver: number;
|
|
889
|
+
trx: number;
|
|
890
|
+
vfo: number;
|
|
891
|
+
audioEnabled: boolean;
|
|
892
|
+
audioSampleRate: number;
|
|
893
|
+
url?: string | undefined;
|
|
894
|
+
} | undefined;
|
|
609
895
|
network?: {
|
|
610
896
|
host: string;
|
|
611
897
|
port: number;
|
|
@@ -613,6 +899,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
613
899
|
serial?: {
|
|
614
900
|
path: string;
|
|
615
901
|
rigModel: number;
|
|
902
|
+
serialNumber?: string | undefined;
|
|
616
903
|
serialConfig?: {
|
|
617
904
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
618
905
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -638,29 +925,54 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
638
925
|
userName?: string | undefined;
|
|
639
926
|
password?: string | undefined;
|
|
640
927
|
} | undefined;
|
|
928
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
641
929
|
transmitCompensationMs?: number | undefined;
|
|
642
|
-
|
|
930
|
+
fakeFrequency?: {
|
|
931
|
+
enabled: boolean;
|
|
932
|
+
} | undefined;
|
|
933
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
643
934
|
pttPort?: string | undefined;
|
|
644
935
|
cwKeyPort?: string | undefined;
|
|
645
936
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
937
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
646
938
|
};
|
|
647
939
|
audio?: {
|
|
648
940
|
sampleRate?: number | undefined;
|
|
649
941
|
inputDeviceName?: string | undefined;
|
|
650
942
|
outputDeviceName?: string | undefined;
|
|
943
|
+
inputRouteKey?: string | null | undefined;
|
|
944
|
+
outputRouteKey?: string | null | undefined;
|
|
945
|
+
inputDeviceId?: string | undefined;
|
|
946
|
+
outputDeviceId?: string | undefined;
|
|
947
|
+
inputHardwareId?: string | undefined;
|
|
948
|
+
outputHardwareId?: string | undefined;
|
|
651
949
|
inputSampleRate?: number | undefined;
|
|
652
950
|
outputSampleRate?: number | undefined;
|
|
653
951
|
inputBufferSize?: number | undefined;
|
|
654
952
|
outputBufferSize?: number | undefined;
|
|
655
953
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
656
954
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
955
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
956
|
+
ifCenterHz?: number | undefined;
|
|
657
957
|
bufferSize?: number | undefined;
|
|
658
958
|
} | undefined;
|
|
659
959
|
description?: string | undefined;
|
|
660
960
|
}, {
|
|
661
961
|
name: string;
|
|
662
962
|
radio: {
|
|
663
|
-
type: "
|
|
963
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
964
|
+
tci?: {
|
|
965
|
+
url?: string | undefined;
|
|
966
|
+
host?: string | undefined;
|
|
967
|
+
port?: number | undefined;
|
|
968
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
969
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
970
|
+
receiver?: number | undefined;
|
|
971
|
+
trx?: number | undefined;
|
|
972
|
+
vfo?: number | undefined;
|
|
973
|
+
audioEnabled?: boolean | undefined;
|
|
974
|
+
audioSampleRate?: number | undefined;
|
|
975
|
+
} | undefined;
|
|
664
976
|
network?: {
|
|
665
977
|
host: string;
|
|
666
978
|
port: number;
|
|
@@ -668,6 +980,7 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
668
980
|
serial?: {
|
|
669
981
|
path: string;
|
|
670
982
|
rigModel: number;
|
|
983
|
+
serialNumber?: string | undefined;
|
|
671
984
|
serialConfig?: {
|
|
672
985
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
673
986
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -693,22 +1006,35 @@ export declare const CreateProfileRequestSchema: z.ZodObject<{
|
|
|
693
1006
|
password?: string | undefined;
|
|
694
1007
|
dataMode?: boolean | undefined;
|
|
695
1008
|
} | undefined;
|
|
1009
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
696
1010
|
transmitCompensationMs?: number | undefined;
|
|
697
|
-
|
|
1011
|
+
fakeFrequency?: {
|
|
1012
|
+
enabled: boolean;
|
|
1013
|
+
} | undefined;
|
|
1014
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
698
1015
|
pttPort?: string | undefined;
|
|
699
1016
|
cwKeyPort?: string | undefined;
|
|
700
1017
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1018
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
701
1019
|
};
|
|
702
1020
|
audio?: {
|
|
703
1021
|
sampleRate?: number | undefined;
|
|
704
1022
|
inputDeviceName?: string | undefined;
|
|
705
1023
|
outputDeviceName?: string | undefined;
|
|
1024
|
+
inputRouteKey?: string | null | undefined;
|
|
1025
|
+
outputRouteKey?: string | null | undefined;
|
|
1026
|
+
inputDeviceId?: string | undefined;
|
|
1027
|
+
outputDeviceId?: string | undefined;
|
|
1028
|
+
inputHardwareId?: string | undefined;
|
|
1029
|
+
outputHardwareId?: string | undefined;
|
|
706
1030
|
inputSampleRate?: number | undefined;
|
|
707
1031
|
outputSampleRate?: number | undefined;
|
|
708
1032
|
inputBufferSize?: number | undefined;
|
|
709
1033
|
outputBufferSize?: number | undefined;
|
|
710
1034
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
711
1035
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1036
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1037
|
+
ifCenterHz?: number | undefined;
|
|
712
1038
|
bufferSize?: number | undefined;
|
|
713
1039
|
} | undefined;
|
|
714
1040
|
description?: string | undefined;
|
|
@@ -720,7 +1046,7 @@ export type CreateProfileRequest = z.infer<typeof CreateProfileRequestSchema>;
|
|
|
720
1046
|
export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
721
1047
|
name: z.ZodOptional<z.ZodString>;
|
|
722
1048
|
radio: z.ZodOptional<z.ZodObject<{
|
|
723
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
1049
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
724
1050
|
network: z.ZodOptional<z.ZodObject<{
|
|
725
1051
|
host: z.ZodString;
|
|
726
1052
|
port: z.ZodNumber;
|
|
@@ -750,8 +1076,43 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
750
1076
|
password?: string | undefined;
|
|
751
1077
|
dataMode?: boolean | undefined;
|
|
752
1078
|
}>>;
|
|
1079
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
1080
|
+
host: z.ZodDefault<z.ZodString>;
|
|
1081
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
1082
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
1083
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
1084
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
1085
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
1086
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
1087
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
1088
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1089
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1090
|
+
}, "strip", z.ZodTypeAny, {
|
|
1091
|
+
host: string;
|
|
1092
|
+
port: number;
|
|
1093
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1094
|
+
autoDiscoverPorts: boolean;
|
|
1095
|
+
receiver: number;
|
|
1096
|
+
trx: number;
|
|
1097
|
+
vfo: number;
|
|
1098
|
+
audioEnabled: boolean;
|
|
1099
|
+
audioSampleRate: number;
|
|
1100
|
+
url?: string | undefined;
|
|
1101
|
+
}, {
|
|
1102
|
+
url?: string | undefined;
|
|
1103
|
+
host?: string | undefined;
|
|
1104
|
+
port?: number | undefined;
|
|
1105
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
1106
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
1107
|
+
receiver?: number | undefined;
|
|
1108
|
+
trx?: number | undefined;
|
|
1109
|
+
vfo?: number | undefined;
|
|
1110
|
+
audioEnabled?: boolean | undefined;
|
|
1111
|
+
audioSampleRate?: number | undefined;
|
|
1112
|
+
}>>;
|
|
753
1113
|
serial: z.ZodOptional<z.ZodObject<{
|
|
754
1114
|
path: z.ZodString;
|
|
1115
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
755
1116
|
rigModel: z.ZodNumber;
|
|
756
1117
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
757
1118
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -794,6 +1155,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
794
1155
|
}, "strip", z.ZodTypeAny, {
|
|
795
1156
|
path: string;
|
|
796
1157
|
rigModel: number;
|
|
1158
|
+
serialNumber?: string | undefined;
|
|
797
1159
|
serialConfig?: {
|
|
798
1160
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
799
1161
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -811,6 +1173,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
811
1173
|
}, {
|
|
812
1174
|
path: string;
|
|
813
1175
|
rigModel: number;
|
|
1176
|
+
serialNumber?: string | undefined;
|
|
814
1177
|
serialConfig?: {
|
|
815
1178
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
816
1179
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -833,13 +1196,34 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
833
1196
|
}, {
|
|
834
1197
|
speed?: number | undefined;
|
|
835
1198
|
}>>;
|
|
1199
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
836
1200
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1201
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
1202
|
+
enabled: z.ZodBoolean;
|
|
1203
|
+
}, "strip", z.ZodTypeAny, {
|
|
1204
|
+
enabled: boolean;
|
|
1205
|
+
}, {
|
|
1206
|
+
enabled: boolean;
|
|
1207
|
+
}>>;
|
|
837
1208
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
838
1209
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
839
1210
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
840
1211
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1212
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
841
1213
|
}, "strip", z.ZodTypeAny, {
|
|
842
|
-
type: "
|
|
1214
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1215
|
+
tci?: {
|
|
1216
|
+
host: string;
|
|
1217
|
+
port: number;
|
|
1218
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1219
|
+
autoDiscoverPorts: boolean;
|
|
1220
|
+
receiver: number;
|
|
1221
|
+
trx: number;
|
|
1222
|
+
vfo: number;
|
|
1223
|
+
audioEnabled: boolean;
|
|
1224
|
+
audioSampleRate: number;
|
|
1225
|
+
url?: string | undefined;
|
|
1226
|
+
} | undefined;
|
|
843
1227
|
network?: {
|
|
844
1228
|
host: string;
|
|
845
1229
|
port: number;
|
|
@@ -847,6 +1231,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
847
1231
|
serial?: {
|
|
848
1232
|
path: string;
|
|
849
1233
|
rigModel: number;
|
|
1234
|
+
serialNumber?: string | undefined;
|
|
850
1235
|
serialConfig?: {
|
|
851
1236
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
852
1237
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -872,13 +1257,30 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
872
1257
|
userName?: string | undefined;
|
|
873
1258
|
password?: string | undefined;
|
|
874
1259
|
} | undefined;
|
|
1260
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
875
1261
|
transmitCompensationMs?: number | undefined;
|
|
876
|
-
|
|
1262
|
+
fakeFrequency?: {
|
|
1263
|
+
enabled: boolean;
|
|
1264
|
+
} | undefined;
|
|
1265
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
877
1266
|
pttPort?: string | undefined;
|
|
878
1267
|
cwKeyPort?: string | undefined;
|
|
879
1268
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1269
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
880
1270
|
}, {
|
|
881
|
-
type: "
|
|
1271
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1272
|
+
tci?: {
|
|
1273
|
+
url?: string | undefined;
|
|
1274
|
+
host?: string | undefined;
|
|
1275
|
+
port?: number | undefined;
|
|
1276
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
1277
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
1278
|
+
receiver?: number | undefined;
|
|
1279
|
+
trx?: number | undefined;
|
|
1280
|
+
vfo?: number | undefined;
|
|
1281
|
+
audioEnabled?: boolean | undefined;
|
|
1282
|
+
audioSampleRate?: number | undefined;
|
|
1283
|
+
} | undefined;
|
|
882
1284
|
network?: {
|
|
883
1285
|
host: string;
|
|
884
1286
|
port: number;
|
|
@@ -886,6 +1288,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
886
1288
|
serial?: {
|
|
887
1289
|
path: string;
|
|
888
1290
|
rigModel: number;
|
|
1291
|
+
serialNumber?: string | undefined;
|
|
889
1292
|
serialConfig?: {
|
|
890
1293
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
891
1294
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -911,47 +1314,77 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
911
1314
|
password?: string | undefined;
|
|
912
1315
|
dataMode?: boolean | undefined;
|
|
913
1316
|
} | undefined;
|
|
1317
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
914
1318
|
transmitCompensationMs?: number | undefined;
|
|
915
|
-
|
|
1319
|
+
fakeFrequency?: {
|
|
1320
|
+
enabled: boolean;
|
|
1321
|
+
} | undefined;
|
|
1322
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
916
1323
|
pttPort?: string | undefined;
|
|
917
1324
|
cwKeyPort?: string | undefined;
|
|
918
1325
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1326
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
919
1327
|
}>>;
|
|
920
1328
|
audio: z.ZodOptional<z.ZodObject<{
|
|
921
1329
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
922
1330
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1331
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1332
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1333
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1334
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1335
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1336
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
923
1337
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
924
1338
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
925
1339
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
926
1340
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
927
1341
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
928
1342
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
1343
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
1344
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
929
1345
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
930
1346
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
931
1347
|
}, "strip", z.ZodTypeAny, {
|
|
932
1348
|
sampleRate?: number | undefined;
|
|
933
1349
|
inputDeviceName?: string | undefined;
|
|
934
1350
|
outputDeviceName?: string | undefined;
|
|
1351
|
+
inputRouteKey?: string | null | undefined;
|
|
1352
|
+
outputRouteKey?: string | null | undefined;
|
|
1353
|
+
inputDeviceId?: string | undefined;
|
|
1354
|
+
outputDeviceId?: string | undefined;
|
|
1355
|
+
inputHardwareId?: string | undefined;
|
|
1356
|
+
outputHardwareId?: string | undefined;
|
|
935
1357
|
inputSampleRate?: number | undefined;
|
|
936
1358
|
outputSampleRate?: number | undefined;
|
|
937
1359
|
inputBufferSize?: number | undefined;
|
|
938
1360
|
outputBufferSize?: number | undefined;
|
|
939
1361
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
940
1362
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1363
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1364
|
+
ifCenterHz?: number | undefined;
|
|
941
1365
|
bufferSize?: number | undefined;
|
|
942
1366
|
}, {
|
|
943
1367
|
sampleRate?: number | undefined;
|
|
944
1368
|
inputDeviceName?: string | undefined;
|
|
945
1369
|
outputDeviceName?: string | undefined;
|
|
1370
|
+
inputRouteKey?: string | null | undefined;
|
|
1371
|
+
outputRouteKey?: string | null | undefined;
|
|
1372
|
+
inputDeviceId?: string | undefined;
|
|
1373
|
+
outputDeviceId?: string | undefined;
|
|
1374
|
+
inputHardwareId?: string | undefined;
|
|
1375
|
+
outputHardwareId?: string | undefined;
|
|
946
1376
|
inputSampleRate?: number | undefined;
|
|
947
1377
|
outputSampleRate?: number | undefined;
|
|
948
1378
|
inputBufferSize?: number | undefined;
|
|
949
1379
|
outputBufferSize?: number | undefined;
|
|
950
1380
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
951
1381
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1382
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1383
|
+
ifCenterHz?: number | undefined;
|
|
952
1384
|
bufferSize?: number | undefined;
|
|
953
1385
|
}>>;
|
|
954
1386
|
audioLockedToRadio: z.ZodOptional<z.ZodBoolean>;
|
|
1387
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
955
1388
|
description: z.ZodOptional<z.ZodString>;
|
|
956
1389
|
}, "strip", z.ZodTypeAny, {
|
|
957
1390
|
name?: string | undefined;
|
|
@@ -959,17 +1392,37 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
959
1392
|
sampleRate?: number | undefined;
|
|
960
1393
|
inputDeviceName?: string | undefined;
|
|
961
1394
|
outputDeviceName?: string | undefined;
|
|
1395
|
+
inputRouteKey?: string | null | undefined;
|
|
1396
|
+
outputRouteKey?: string | null | undefined;
|
|
1397
|
+
inputDeviceId?: string | undefined;
|
|
1398
|
+
outputDeviceId?: string | undefined;
|
|
1399
|
+
inputHardwareId?: string | undefined;
|
|
1400
|
+
outputHardwareId?: string | undefined;
|
|
962
1401
|
inputSampleRate?: number | undefined;
|
|
963
1402
|
outputSampleRate?: number | undefined;
|
|
964
1403
|
inputBufferSize?: number | undefined;
|
|
965
1404
|
outputBufferSize?: number | undefined;
|
|
966
1405
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
967
1406
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1407
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1408
|
+
ifCenterHz?: number | undefined;
|
|
968
1409
|
bufferSize?: number | undefined;
|
|
969
1410
|
} | undefined;
|
|
970
1411
|
description?: string | undefined;
|
|
971
1412
|
radio?: {
|
|
972
|
-
type: "
|
|
1413
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1414
|
+
tci?: {
|
|
1415
|
+
host: string;
|
|
1416
|
+
port: number;
|
|
1417
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1418
|
+
autoDiscoverPorts: boolean;
|
|
1419
|
+
receiver: number;
|
|
1420
|
+
trx: number;
|
|
1421
|
+
vfo: number;
|
|
1422
|
+
audioEnabled: boolean;
|
|
1423
|
+
audioSampleRate: number;
|
|
1424
|
+
url?: string | undefined;
|
|
1425
|
+
} | undefined;
|
|
973
1426
|
network?: {
|
|
974
1427
|
host: string;
|
|
975
1428
|
port: number;
|
|
@@ -977,6 +1430,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
977
1430
|
serial?: {
|
|
978
1431
|
path: string;
|
|
979
1432
|
rigModel: number;
|
|
1433
|
+
serialNumber?: string | undefined;
|
|
980
1434
|
serialConfig?: {
|
|
981
1435
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
982
1436
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1002,30 +1456,56 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1002
1456
|
userName?: string | undefined;
|
|
1003
1457
|
password?: string | undefined;
|
|
1004
1458
|
} | undefined;
|
|
1459
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1005
1460
|
transmitCompensationMs?: number | undefined;
|
|
1006
|
-
|
|
1461
|
+
fakeFrequency?: {
|
|
1462
|
+
enabled: boolean;
|
|
1463
|
+
} | undefined;
|
|
1464
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1007
1465
|
pttPort?: string | undefined;
|
|
1008
1466
|
cwKeyPort?: string | undefined;
|
|
1009
1467
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1468
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1010
1469
|
} | undefined;
|
|
1011
1470
|
audioLockedToRadio?: boolean | undefined;
|
|
1471
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
1012
1472
|
}, {
|
|
1013
1473
|
name?: string | undefined;
|
|
1014
1474
|
audio?: {
|
|
1015
1475
|
sampleRate?: number | undefined;
|
|
1016
1476
|
inputDeviceName?: string | undefined;
|
|
1017
1477
|
outputDeviceName?: string | undefined;
|
|
1478
|
+
inputRouteKey?: string | null | undefined;
|
|
1479
|
+
outputRouteKey?: string | null | undefined;
|
|
1480
|
+
inputDeviceId?: string | undefined;
|
|
1481
|
+
outputDeviceId?: string | undefined;
|
|
1482
|
+
inputHardwareId?: string | undefined;
|
|
1483
|
+
outputHardwareId?: string | undefined;
|
|
1018
1484
|
inputSampleRate?: number | undefined;
|
|
1019
1485
|
outputSampleRate?: number | undefined;
|
|
1020
1486
|
inputBufferSize?: number | undefined;
|
|
1021
1487
|
outputBufferSize?: number | undefined;
|
|
1022
1488
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1023
1489
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1490
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1491
|
+
ifCenterHz?: number | undefined;
|
|
1024
1492
|
bufferSize?: number | undefined;
|
|
1025
1493
|
} | undefined;
|
|
1026
1494
|
description?: string | undefined;
|
|
1027
1495
|
radio?: {
|
|
1028
|
-
type: "
|
|
1496
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1497
|
+
tci?: {
|
|
1498
|
+
url?: string | undefined;
|
|
1499
|
+
host?: string | undefined;
|
|
1500
|
+
port?: number | undefined;
|
|
1501
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
1502
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
1503
|
+
receiver?: number | undefined;
|
|
1504
|
+
trx?: number | undefined;
|
|
1505
|
+
vfo?: number | undefined;
|
|
1506
|
+
audioEnabled?: boolean | undefined;
|
|
1507
|
+
audioSampleRate?: number | undefined;
|
|
1508
|
+
} | undefined;
|
|
1029
1509
|
network?: {
|
|
1030
1510
|
host: string;
|
|
1031
1511
|
port: number;
|
|
@@ -1033,6 +1513,7 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1033
1513
|
serial?: {
|
|
1034
1514
|
path: string;
|
|
1035
1515
|
rigModel: number;
|
|
1516
|
+
serialNumber?: string | undefined;
|
|
1036
1517
|
serialConfig?: {
|
|
1037
1518
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1038
1519
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1058,13 +1539,19 @@ export declare const UpdateProfileRequestSchema: z.ZodObject<{
|
|
|
1058
1539
|
password?: string | undefined;
|
|
1059
1540
|
dataMode?: boolean | undefined;
|
|
1060
1541
|
} | undefined;
|
|
1542
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1061
1543
|
transmitCompensationMs?: number | undefined;
|
|
1062
|
-
|
|
1544
|
+
fakeFrequency?: {
|
|
1545
|
+
enabled: boolean;
|
|
1546
|
+
} | undefined;
|
|
1547
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1063
1548
|
pttPort?: string | undefined;
|
|
1064
1549
|
cwKeyPort?: string | undefined;
|
|
1065
1550
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1551
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1066
1552
|
} | undefined;
|
|
1067
1553
|
audioLockedToRadio?: boolean | undefined;
|
|
1554
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
1068
1555
|
}>;
|
|
1069
1556
|
export type UpdateProfileRequest = z.infer<typeof UpdateProfileRequestSchema>;
|
|
1070
1557
|
/**
|
|
@@ -1075,7 +1562,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1075
1562
|
id: z.ZodString;
|
|
1076
1563
|
name: z.ZodString;
|
|
1077
1564
|
radio: z.ZodObject<{
|
|
1078
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
1565
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
1079
1566
|
network: z.ZodOptional<z.ZodObject<{
|
|
1080
1567
|
host: z.ZodString;
|
|
1081
1568
|
port: z.ZodNumber;
|
|
@@ -1105,8 +1592,43 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1105
1592
|
password?: string | undefined;
|
|
1106
1593
|
dataMode?: boolean | undefined;
|
|
1107
1594
|
}>>;
|
|
1595
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
1596
|
+
host: z.ZodDefault<z.ZodString>;
|
|
1597
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
1598
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
1599
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
1600
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
1601
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
1602
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
1603
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
1604
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1605
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1606
|
+
}, "strip", z.ZodTypeAny, {
|
|
1607
|
+
host: string;
|
|
1608
|
+
port: number;
|
|
1609
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1610
|
+
autoDiscoverPorts: boolean;
|
|
1611
|
+
receiver: number;
|
|
1612
|
+
trx: number;
|
|
1613
|
+
vfo: number;
|
|
1614
|
+
audioEnabled: boolean;
|
|
1615
|
+
audioSampleRate: number;
|
|
1616
|
+
url?: string | undefined;
|
|
1617
|
+
}, {
|
|
1618
|
+
url?: string | undefined;
|
|
1619
|
+
host?: string | undefined;
|
|
1620
|
+
port?: number | undefined;
|
|
1621
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
1622
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
1623
|
+
receiver?: number | undefined;
|
|
1624
|
+
trx?: number | undefined;
|
|
1625
|
+
vfo?: number | undefined;
|
|
1626
|
+
audioEnabled?: boolean | undefined;
|
|
1627
|
+
audioSampleRate?: number | undefined;
|
|
1628
|
+
}>>;
|
|
1108
1629
|
serial: z.ZodOptional<z.ZodObject<{
|
|
1109
1630
|
path: z.ZodString;
|
|
1631
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
1110
1632
|
rigModel: z.ZodNumber;
|
|
1111
1633
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
1112
1634
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -1149,6 +1671,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1149
1671
|
}, "strip", z.ZodTypeAny, {
|
|
1150
1672
|
path: string;
|
|
1151
1673
|
rigModel: number;
|
|
1674
|
+
serialNumber?: string | undefined;
|
|
1152
1675
|
serialConfig?: {
|
|
1153
1676
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1154
1677
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1166,6 +1689,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1166
1689
|
}, {
|
|
1167
1690
|
path: string;
|
|
1168
1691
|
rigModel: number;
|
|
1692
|
+
serialNumber?: string | undefined;
|
|
1169
1693
|
serialConfig?: {
|
|
1170
1694
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1171
1695
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1188,13 +1712,34 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1188
1712
|
}, {
|
|
1189
1713
|
speed?: number | undefined;
|
|
1190
1714
|
}>>;
|
|
1715
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
1191
1716
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
1717
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
1718
|
+
enabled: z.ZodBoolean;
|
|
1719
|
+
}, "strip", z.ZodTypeAny, {
|
|
1720
|
+
enabled: boolean;
|
|
1721
|
+
}, {
|
|
1722
|
+
enabled: boolean;
|
|
1723
|
+
}>>;
|
|
1192
1724
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1193
1725
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1194
1726
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1195
1727
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
1728
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
1196
1729
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
type: "
|
|
1730
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1731
|
+
tci?: {
|
|
1732
|
+
host: string;
|
|
1733
|
+
port: number;
|
|
1734
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1735
|
+
autoDiscoverPorts: boolean;
|
|
1736
|
+
receiver: number;
|
|
1737
|
+
trx: number;
|
|
1738
|
+
vfo: number;
|
|
1739
|
+
audioEnabled: boolean;
|
|
1740
|
+
audioSampleRate: number;
|
|
1741
|
+
url?: string | undefined;
|
|
1742
|
+
} | undefined;
|
|
1198
1743
|
network?: {
|
|
1199
1744
|
host: string;
|
|
1200
1745
|
port: number;
|
|
@@ -1202,6 +1747,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1202
1747
|
serial?: {
|
|
1203
1748
|
path: string;
|
|
1204
1749
|
rigModel: number;
|
|
1750
|
+
serialNumber?: string | undefined;
|
|
1205
1751
|
serialConfig?: {
|
|
1206
1752
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1207
1753
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1227,13 +1773,30 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1227
1773
|
userName?: string | undefined;
|
|
1228
1774
|
password?: string | undefined;
|
|
1229
1775
|
} | undefined;
|
|
1776
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1230
1777
|
transmitCompensationMs?: number | undefined;
|
|
1231
|
-
|
|
1778
|
+
fakeFrequency?: {
|
|
1779
|
+
enabled: boolean;
|
|
1780
|
+
} | undefined;
|
|
1781
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1232
1782
|
pttPort?: string | undefined;
|
|
1233
1783
|
cwKeyPort?: string | undefined;
|
|
1234
1784
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1785
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1235
1786
|
}, {
|
|
1236
|
-
type: "
|
|
1787
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1788
|
+
tci?: {
|
|
1789
|
+
url?: string | undefined;
|
|
1790
|
+
host?: string | undefined;
|
|
1791
|
+
port?: number | undefined;
|
|
1792
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
1793
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
1794
|
+
receiver?: number | undefined;
|
|
1795
|
+
trx?: number | undefined;
|
|
1796
|
+
vfo?: number | undefined;
|
|
1797
|
+
audioEnabled?: boolean | undefined;
|
|
1798
|
+
audioSampleRate?: number | undefined;
|
|
1799
|
+
} | undefined;
|
|
1237
1800
|
network?: {
|
|
1238
1801
|
host: string;
|
|
1239
1802
|
port: number;
|
|
@@ -1241,6 +1804,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1241
1804
|
serial?: {
|
|
1242
1805
|
path: string;
|
|
1243
1806
|
rigModel: number;
|
|
1807
|
+
serialNumber?: string | undefined;
|
|
1244
1808
|
serialConfig?: {
|
|
1245
1809
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1246
1810
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1266,50 +1830,83 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1266
1830
|
password?: string | undefined;
|
|
1267
1831
|
dataMode?: boolean | undefined;
|
|
1268
1832
|
} | undefined;
|
|
1833
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1269
1834
|
transmitCompensationMs?: number | undefined;
|
|
1270
|
-
|
|
1835
|
+
fakeFrequency?: {
|
|
1836
|
+
enabled: boolean;
|
|
1837
|
+
} | undefined;
|
|
1838
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1271
1839
|
pttPort?: string | undefined;
|
|
1272
1840
|
cwKeyPort?: string | undefined;
|
|
1273
1841
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1842
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1274
1843
|
}>;
|
|
1275
1844
|
audio: z.ZodObject<{
|
|
1276
1845
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1277
1846
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1847
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1848
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1849
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1850
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
1851
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1852
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1278
1853
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1279
1854
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1280
1855
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1281
1856
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1282
1857
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
1283
1858
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
1859
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
1860
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
1284
1861
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1285
1862
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1286
1863
|
}, "strip", z.ZodTypeAny, {
|
|
1287
1864
|
sampleRate?: number | undefined;
|
|
1288
1865
|
inputDeviceName?: string | undefined;
|
|
1289
1866
|
outputDeviceName?: string | undefined;
|
|
1867
|
+
inputRouteKey?: string | null | undefined;
|
|
1868
|
+
outputRouteKey?: string | null | undefined;
|
|
1869
|
+
inputDeviceId?: string | undefined;
|
|
1870
|
+
outputDeviceId?: string | undefined;
|
|
1871
|
+
inputHardwareId?: string | undefined;
|
|
1872
|
+
outputHardwareId?: string | undefined;
|
|
1290
1873
|
inputSampleRate?: number | undefined;
|
|
1291
1874
|
outputSampleRate?: number | undefined;
|
|
1292
1875
|
inputBufferSize?: number | undefined;
|
|
1293
1876
|
outputBufferSize?: number | undefined;
|
|
1294
1877
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1295
1878
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1879
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1880
|
+
ifCenterHz?: number | undefined;
|
|
1296
1881
|
bufferSize?: number | undefined;
|
|
1297
1882
|
}, {
|
|
1298
1883
|
sampleRate?: number | undefined;
|
|
1299
1884
|
inputDeviceName?: string | undefined;
|
|
1300
1885
|
outputDeviceName?: string | undefined;
|
|
1886
|
+
inputRouteKey?: string | null | undefined;
|
|
1887
|
+
outputRouteKey?: string | null | undefined;
|
|
1888
|
+
inputDeviceId?: string | undefined;
|
|
1889
|
+
outputDeviceId?: string | undefined;
|
|
1890
|
+
inputHardwareId?: string | undefined;
|
|
1891
|
+
outputHardwareId?: string | undefined;
|
|
1301
1892
|
inputSampleRate?: number | undefined;
|
|
1302
1893
|
outputSampleRate?: number | undefined;
|
|
1303
1894
|
inputBufferSize?: number | undefined;
|
|
1304
1895
|
outputBufferSize?: number | undefined;
|
|
1305
1896
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1306
1897
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1898
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1899
|
+
ifCenterHz?: number | undefined;
|
|
1307
1900
|
bufferSize?: number | undefined;
|
|
1308
1901
|
}>;
|
|
1309
1902
|
audioLockedToRadio: z.ZodBoolean;
|
|
1903
|
+
/** Optional policy for the radio's physical TX audio input selector. */
|
|
1904
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
1310
1905
|
createdAt: z.ZodNumber;
|
|
1311
1906
|
updatedAt: z.ZodNumber;
|
|
1312
1907
|
description: z.ZodOptional<z.ZodString>;
|
|
1908
|
+
isVirtual: z.ZodOptional<z.ZodBoolean>;
|
|
1909
|
+
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
1313
1910
|
}, "strip", z.ZodTypeAny, {
|
|
1314
1911
|
id: string;
|
|
1315
1912
|
name: string;
|
|
@@ -1317,17 +1914,38 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1317
1914
|
sampleRate?: number | undefined;
|
|
1318
1915
|
inputDeviceName?: string | undefined;
|
|
1319
1916
|
outputDeviceName?: string | undefined;
|
|
1917
|
+
inputRouteKey?: string | null | undefined;
|
|
1918
|
+
outputRouteKey?: string | null | undefined;
|
|
1919
|
+
inputDeviceId?: string | undefined;
|
|
1920
|
+
outputDeviceId?: string | undefined;
|
|
1921
|
+
inputHardwareId?: string | undefined;
|
|
1922
|
+
outputHardwareId?: string | undefined;
|
|
1320
1923
|
inputSampleRate?: number | undefined;
|
|
1321
1924
|
outputSampleRate?: number | undefined;
|
|
1322
1925
|
inputBufferSize?: number | undefined;
|
|
1323
1926
|
outputBufferSize?: number | undefined;
|
|
1324
1927
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1325
1928
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
1929
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
1930
|
+
ifCenterHz?: number | undefined;
|
|
1326
1931
|
bufferSize?: number | undefined;
|
|
1327
1932
|
};
|
|
1933
|
+
updatedAt: number;
|
|
1328
1934
|
createdAt: number;
|
|
1329
1935
|
radio: {
|
|
1330
|
-
type: "
|
|
1936
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
1937
|
+
tci?: {
|
|
1938
|
+
host: string;
|
|
1939
|
+
port: number;
|
|
1940
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
1941
|
+
autoDiscoverPorts: boolean;
|
|
1942
|
+
receiver: number;
|
|
1943
|
+
trx: number;
|
|
1944
|
+
vfo: number;
|
|
1945
|
+
audioEnabled: boolean;
|
|
1946
|
+
audioSampleRate: number;
|
|
1947
|
+
url?: string | undefined;
|
|
1948
|
+
} | undefined;
|
|
1331
1949
|
network?: {
|
|
1332
1950
|
host: string;
|
|
1333
1951
|
port: number;
|
|
@@ -1335,6 +1953,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1335
1953
|
serial?: {
|
|
1336
1954
|
path: string;
|
|
1337
1955
|
rigModel: number;
|
|
1956
|
+
serialNumber?: string | undefined;
|
|
1338
1957
|
serialConfig?: {
|
|
1339
1958
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1340
1959
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1360,15 +1979,22 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1360
1979
|
userName?: string | undefined;
|
|
1361
1980
|
password?: string | undefined;
|
|
1362
1981
|
} | undefined;
|
|
1982
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1363
1983
|
transmitCompensationMs?: number | undefined;
|
|
1364
|
-
|
|
1984
|
+
fakeFrequency?: {
|
|
1985
|
+
enabled: boolean;
|
|
1986
|
+
} | undefined;
|
|
1987
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1365
1988
|
pttPort?: string | undefined;
|
|
1366
1989
|
cwKeyPort?: string | undefined;
|
|
1367
1990
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
1991
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1368
1992
|
};
|
|
1369
1993
|
audioLockedToRadio: boolean;
|
|
1370
|
-
updatedAt: number;
|
|
1371
1994
|
description?: string | undefined;
|
|
1995
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
1996
|
+
isVirtual?: boolean | undefined;
|
|
1997
|
+
readOnly?: boolean | undefined;
|
|
1372
1998
|
}, {
|
|
1373
1999
|
id: string;
|
|
1374
2000
|
name: string;
|
|
@@ -1376,17 +2002,38 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1376
2002
|
sampleRate?: number | undefined;
|
|
1377
2003
|
inputDeviceName?: string | undefined;
|
|
1378
2004
|
outputDeviceName?: string | undefined;
|
|
2005
|
+
inputRouteKey?: string | null | undefined;
|
|
2006
|
+
outputRouteKey?: string | null | undefined;
|
|
2007
|
+
inputDeviceId?: string | undefined;
|
|
2008
|
+
outputDeviceId?: string | undefined;
|
|
2009
|
+
inputHardwareId?: string | undefined;
|
|
2010
|
+
outputHardwareId?: string | undefined;
|
|
1379
2011
|
inputSampleRate?: number | undefined;
|
|
1380
2012
|
outputSampleRate?: number | undefined;
|
|
1381
2013
|
inputBufferSize?: number | undefined;
|
|
1382
2014
|
outputBufferSize?: number | undefined;
|
|
1383
2015
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1384
2016
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2017
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2018
|
+
ifCenterHz?: number | undefined;
|
|
1385
2019
|
bufferSize?: number | undefined;
|
|
1386
2020
|
};
|
|
2021
|
+
updatedAt: number;
|
|
1387
2022
|
createdAt: number;
|
|
1388
2023
|
radio: {
|
|
1389
|
-
type: "
|
|
2024
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2025
|
+
tci?: {
|
|
2026
|
+
url?: string | undefined;
|
|
2027
|
+
host?: string | undefined;
|
|
2028
|
+
port?: number | undefined;
|
|
2029
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2030
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2031
|
+
receiver?: number | undefined;
|
|
2032
|
+
trx?: number | undefined;
|
|
2033
|
+
vfo?: number | undefined;
|
|
2034
|
+
audioEnabled?: boolean | undefined;
|
|
2035
|
+
audioSampleRate?: number | undefined;
|
|
2036
|
+
} | undefined;
|
|
1390
2037
|
network?: {
|
|
1391
2038
|
host: string;
|
|
1392
2039
|
port: number;
|
|
@@ -1394,6 +2041,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1394
2041
|
serial?: {
|
|
1395
2042
|
path: string;
|
|
1396
2043
|
rigModel: number;
|
|
2044
|
+
serialNumber?: string | undefined;
|
|
1397
2045
|
serialConfig?: {
|
|
1398
2046
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1399
2047
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1419,17 +2067,25 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1419
2067
|
password?: string | undefined;
|
|
1420
2068
|
dataMode?: boolean | undefined;
|
|
1421
2069
|
} | undefined;
|
|
2070
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1422
2071
|
transmitCompensationMs?: number | undefined;
|
|
1423
|
-
|
|
2072
|
+
fakeFrequency?: {
|
|
2073
|
+
enabled: boolean;
|
|
2074
|
+
} | undefined;
|
|
2075
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1424
2076
|
pttPort?: string | undefined;
|
|
1425
2077
|
cwKeyPort?: string | undefined;
|
|
1426
2078
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2079
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1427
2080
|
};
|
|
1428
2081
|
audioLockedToRadio: boolean;
|
|
1429
|
-
updatedAt: number;
|
|
1430
2082
|
description?: string | undefined;
|
|
2083
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2084
|
+
isVirtual?: boolean | undefined;
|
|
2085
|
+
readOnly?: boolean | undefined;
|
|
1431
2086
|
}>, "many">;
|
|
1432
2087
|
activeProfileId: z.ZodNullable<z.ZodString>;
|
|
2088
|
+
hasConfiguredProfiles: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1433
2089
|
}, "strip", z.ZodTypeAny, {
|
|
1434
2090
|
profiles: {
|
|
1435
2091
|
id: string;
|
|
@@ -1438,17 +2094,38 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1438
2094
|
sampleRate?: number | undefined;
|
|
1439
2095
|
inputDeviceName?: string | undefined;
|
|
1440
2096
|
outputDeviceName?: string | undefined;
|
|
2097
|
+
inputRouteKey?: string | null | undefined;
|
|
2098
|
+
outputRouteKey?: string | null | undefined;
|
|
2099
|
+
inputDeviceId?: string | undefined;
|
|
2100
|
+
outputDeviceId?: string | undefined;
|
|
2101
|
+
inputHardwareId?: string | undefined;
|
|
2102
|
+
outputHardwareId?: string | undefined;
|
|
1441
2103
|
inputSampleRate?: number | undefined;
|
|
1442
2104
|
outputSampleRate?: number | undefined;
|
|
1443
2105
|
inputBufferSize?: number | undefined;
|
|
1444
2106
|
outputBufferSize?: number | undefined;
|
|
1445
2107
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1446
2108
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2109
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2110
|
+
ifCenterHz?: number | undefined;
|
|
1447
2111
|
bufferSize?: number | undefined;
|
|
1448
2112
|
};
|
|
2113
|
+
updatedAt: number;
|
|
1449
2114
|
createdAt: number;
|
|
1450
2115
|
radio: {
|
|
1451
|
-
type: "
|
|
2116
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2117
|
+
tci?: {
|
|
2118
|
+
host: string;
|
|
2119
|
+
port: number;
|
|
2120
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
2121
|
+
autoDiscoverPorts: boolean;
|
|
2122
|
+
receiver: number;
|
|
2123
|
+
trx: number;
|
|
2124
|
+
vfo: number;
|
|
2125
|
+
audioEnabled: boolean;
|
|
2126
|
+
audioSampleRate: number;
|
|
2127
|
+
url?: string | undefined;
|
|
2128
|
+
} | undefined;
|
|
1452
2129
|
network?: {
|
|
1453
2130
|
host: string;
|
|
1454
2131
|
port: number;
|
|
@@ -1456,6 +2133,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1456
2133
|
serial?: {
|
|
1457
2134
|
path: string;
|
|
1458
2135
|
rigModel: number;
|
|
2136
|
+
serialNumber?: string | undefined;
|
|
1459
2137
|
serialConfig?: {
|
|
1460
2138
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1461
2139
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1481,17 +2159,25 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1481
2159
|
userName?: string | undefined;
|
|
1482
2160
|
password?: string | undefined;
|
|
1483
2161
|
} | undefined;
|
|
2162
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1484
2163
|
transmitCompensationMs?: number | undefined;
|
|
1485
|
-
|
|
2164
|
+
fakeFrequency?: {
|
|
2165
|
+
enabled: boolean;
|
|
2166
|
+
} | undefined;
|
|
2167
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1486
2168
|
pttPort?: string | undefined;
|
|
1487
2169
|
cwKeyPort?: string | undefined;
|
|
1488
2170
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2171
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1489
2172
|
};
|
|
1490
2173
|
audioLockedToRadio: boolean;
|
|
1491
|
-
updatedAt: number;
|
|
1492
2174
|
description?: string | undefined;
|
|
2175
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2176
|
+
isVirtual?: boolean | undefined;
|
|
2177
|
+
readOnly?: boolean | undefined;
|
|
1493
2178
|
}[];
|
|
1494
2179
|
activeProfileId: string | null;
|
|
2180
|
+
hasConfiguredProfiles: boolean;
|
|
1495
2181
|
}, {
|
|
1496
2182
|
profiles: {
|
|
1497
2183
|
id: string;
|
|
@@ -1500,17 +2186,38 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1500
2186
|
sampleRate?: number | undefined;
|
|
1501
2187
|
inputDeviceName?: string | undefined;
|
|
1502
2188
|
outputDeviceName?: string | undefined;
|
|
2189
|
+
inputRouteKey?: string | null | undefined;
|
|
2190
|
+
outputRouteKey?: string | null | undefined;
|
|
2191
|
+
inputDeviceId?: string | undefined;
|
|
2192
|
+
outputDeviceId?: string | undefined;
|
|
2193
|
+
inputHardwareId?: string | undefined;
|
|
2194
|
+
outputHardwareId?: string | undefined;
|
|
1503
2195
|
inputSampleRate?: number | undefined;
|
|
1504
2196
|
outputSampleRate?: number | undefined;
|
|
1505
2197
|
inputBufferSize?: number | undefined;
|
|
1506
2198
|
outputBufferSize?: number | undefined;
|
|
1507
2199
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1508
2200
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2201
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2202
|
+
ifCenterHz?: number | undefined;
|
|
1509
2203
|
bufferSize?: number | undefined;
|
|
1510
2204
|
};
|
|
2205
|
+
updatedAt: number;
|
|
1511
2206
|
createdAt: number;
|
|
1512
2207
|
radio: {
|
|
1513
|
-
type: "
|
|
2208
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2209
|
+
tci?: {
|
|
2210
|
+
url?: string | undefined;
|
|
2211
|
+
host?: string | undefined;
|
|
2212
|
+
port?: number | undefined;
|
|
2213
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2214
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2215
|
+
receiver?: number | undefined;
|
|
2216
|
+
trx?: number | undefined;
|
|
2217
|
+
vfo?: number | undefined;
|
|
2218
|
+
audioEnabled?: boolean | undefined;
|
|
2219
|
+
audioSampleRate?: number | undefined;
|
|
2220
|
+
} | undefined;
|
|
1514
2221
|
network?: {
|
|
1515
2222
|
host: string;
|
|
1516
2223
|
port: number;
|
|
@@ -1518,6 +2225,7 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1518
2225
|
serial?: {
|
|
1519
2226
|
path: string;
|
|
1520
2227
|
rigModel: number;
|
|
2228
|
+
serialNumber?: string | undefined;
|
|
1521
2229
|
serialConfig?: {
|
|
1522
2230
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1523
2231
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1543,17 +2251,25 @@ export declare const ProfileListResponseSchema: z.ZodObject<{
|
|
|
1543
2251
|
password?: string | undefined;
|
|
1544
2252
|
dataMode?: boolean | undefined;
|
|
1545
2253
|
} | undefined;
|
|
2254
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1546
2255
|
transmitCompensationMs?: number | undefined;
|
|
1547
|
-
|
|
2256
|
+
fakeFrequency?: {
|
|
2257
|
+
enabled: boolean;
|
|
2258
|
+
} | undefined;
|
|
2259
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1548
2260
|
pttPort?: string | undefined;
|
|
1549
2261
|
cwKeyPort?: string | undefined;
|
|
1550
2262
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2263
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1551
2264
|
};
|
|
1552
2265
|
audioLockedToRadio: boolean;
|
|
1553
|
-
updatedAt: number;
|
|
1554
2266
|
description?: string | undefined;
|
|
2267
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2268
|
+
isVirtual?: boolean | undefined;
|
|
2269
|
+
readOnly?: boolean | undefined;
|
|
1555
2270
|
}[];
|
|
1556
2271
|
activeProfileId: string | null;
|
|
2272
|
+
hasConfiguredProfiles?: boolean | undefined;
|
|
1557
2273
|
}>;
|
|
1558
2274
|
export type ProfileListResponse = z.infer<typeof ProfileListResponseSchema>;
|
|
1559
2275
|
/**
|
|
@@ -1565,7 +2281,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1565
2281
|
id: z.ZodString;
|
|
1566
2282
|
name: z.ZodString;
|
|
1567
2283
|
radio: z.ZodObject<{
|
|
1568
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
2284
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
1569
2285
|
network: z.ZodOptional<z.ZodObject<{
|
|
1570
2286
|
host: z.ZodString;
|
|
1571
2287
|
port: z.ZodNumber;
|
|
@@ -1595,8 +2311,43 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1595
2311
|
password?: string | undefined;
|
|
1596
2312
|
dataMode?: boolean | undefined;
|
|
1597
2313
|
}>>;
|
|
2314
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
2315
|
+
host: z.ZodDefault<z.ZodString>;
|
|
2316
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
2317
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
2318
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
2319
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
2320
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
2321
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
2322
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
2323
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2324
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2325
|
+
}, "strip", z.ZodTypeAny, {
|
|
2326
|
+
host: string;
|
|
2327
|
+
port: number;
|
|
2328
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
2329
|
+
autoDiscoverPorts: boolean;
|
|
2330
|
+
receiver: number;
|
|
2331
|
+
trx: number;
|
|
2332
|
+
vfo: number;
|
|
2333
|
+
audioEnabled: boolean;
|
|
2334
|
+
audioSampleRate: number;
|
|
2335
|
+
url?: string | undefined;
|
|
2336
|
+
}, {
|
|
2337
|
+
url?: string | undefined;
|
|
2338
|
+
host?: string | undefined;
|
|
2339
|
+
port?: number | undefined;
|
|
2340
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2341
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2342
|
+
receiver?: number | undefined;
|
|
2343
|
+
trx?: number | undefined;
|
|
2344
|
+
vfo?: number | undefined;
|
|
2345
|
+
audioEnabled?: boolean | undefined;
|
|
2346
|
+
audioSampleRate?: number | undefined;
|
|
2347
|
+
}>>;
|
|
1598
2348
|
serial: z.ZodOptional<z.ZodObject<{
|
|
1599
2349
|
path: z.ZodString;
|
|
2350
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
1600
2351
|
rigModel: z.ZodNumber;
|
|
1601
2352
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
1602
2353
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -1639,6 +2390,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1639
2390
|
}, "strip", z.ZodTypeAny, {
|
|
1640
2391
|
path: string;
|
|
1641
2392
|
rigModel: number;
|
|
2393
|
+
serialNumber?: string | undefined;
|
|
1642
2394
|
serialConfig?: {
|
|
1643
2395
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1644
2396
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1656,6 +2408,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1656
2408
|
}, {
|
|
1657
2409
|
path: string;
|
|
1658
2410
|
rigModel: number;
|
|
2411
|
+
serialNumber?: string | undefined;
|
|
1659
2412
|
serialConfig?: {
|
|
1660
2413
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1661
2414
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1678,13 +2431,34 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1678
2431
|
}, {
|
|
1679
2432
|
speed?: number | undefined;
|
|
1680
2433
|
}>>;
|
|
2434
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
1681
2435
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
2436
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
2437
|
+
enabled: z.ZodBoolean;
|
|
2438
|
+
}, "strip", z.ZodTypeAny, {
|
|
2439
|
+
enabled: boolean;
|
|
2440
|
+
}, {
|
|
2441
|
+
enabled: boolean;
|
|
2442
|
+
}>>;
|
|
1682
2443
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
1683
2444
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
1684
2445
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
1685
2446
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
2447
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
1686
2448
|
}, "strip", z.ZodTypeAny, {
|
|
1687
|
-
type: "
|
|
2449
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2450
|
+
tci?: {
|
|
2451
|
+
host: string;
|
|
2452
|
+
port: number;
|
|
2453
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
2454
|
+
autoDiscoverPorts: boolean;
|
|
2455
|
+
receiver: number;
|
|
2456
|
+
trx: number;
|
|
2457
|
+
vfo: number;
|
|
2458
|
+
audioEnabled: boolean;
|
|
2459
|
+
audioSampleRate: number;
|
|
2460
|
+
url?: string | undefined;
|
|
2461
|
+
} | undefined;
|
|
1688
2462
|
network?: {
|
|
1689
2463
|
host: string;
|
|
1690
2464
|
port: number;
|
|
@@ -1692,6 +2466,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1692
2466
|
serial?: {
|
|
1693
2467
|
path: string;
|
|
1694
2468
|
rigModel: number;
|
|
2469
|
+
serialNumber?: string | undefined;
|
|
1695
2470
|
serialConfig?: {
|
|
1696
2471
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1697
2472
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1717,13 +2492,30 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1717
2492
|
userName?: string | undefined;
|
|
1718
2493
|
password?: string | undefined;
|
|
1719
2494
|
} | undefined;
|
|
2495
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1720
2496
|
transmitCompensationMs?: number | undefined;
|
|
1721
|
-
|
|
2497
|
+
fakeFrequency?: {
|
|
2498
|
+
enabled: boolean;
|
|
2499
|
+
} | undefined;
|
|
2500
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1722
2501
|
pttPort?: string | undefined;
|
|
1723
2502
|
cwKeyPort?: string | undefined;
|
|
1724
2503
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2504
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1725
2505
|
}, {
|
|
1726
|
-
type: "
|
|
2506
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2507
|
+
tci?: {
|
|
2508
|
+
url?: string | undefined;
|
|
2509
|
+
host?: string | undefined;
|
|
2510
|
+
port?: number | undefined;
|
|
2511
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2512
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2513
|
+
receiver?: number | undefined;
|
|
2514
|
+
trx?: number | undefined;
|
|
2515
|
+
vfo?: number | undefined;
|
|
2516
|
+
audioEnabled?: boolean | undefined;
|
|
2517
|
+
audioSampleRate?: number | undefined;
|
|
2518
|
+
} | undefined;
|
|
1727
2519
|
network?: {
|
|
1728
2520
|
host: string;
|
|
1729
2521
|
port: number;
|
|
@@ -1731,6 +2523,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1731
2523
|
serial?: {
|
|
1732
2524
|
path: string;
|
|
1733
2525
|
rigModel: number;
|
|
2526
|
+
serialNumber?: string | undefined;
|
|
1734
2527
|
serialConfig?: {
|
|
1735
2528
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1736
2529
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1756,50 +2549,83 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1756
2549
|
password?: string | undefined;
|
|
1757
2550
|
dataMode?: boolean | undefined;
|
|
1758
2551
|
} | undefined;
|
|
2552
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1759
2553
|
transmitCompensationMs?: number | undefined;
|
|
1760
|
-
|
|
2554
|
+
fakeFrequency?: {
|
|
2555
|
+
enabled: boolean;
|
|
2556
|
+
} | undefined;
|
|
2557
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1761
2558
|
pttPort?: string | undefined;
|
|
1762
2559
|
cwKeyPort?: string | undefined;
|
|
1763
2560
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2561
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1764
2562
|
}>;
|
|
1765
2563
|
audio: z.ZodObject<{
|
|
1766
2564
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
1767
2565
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2566
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2567
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2568
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
2569
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
2570
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2571
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
1768
2572
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1769
2573
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1770
2574
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1771
2575
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1772
2576
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
1773
2577
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
2578
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
2579
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
1774
2580
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
1775
2581
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
1776
2582
|
}, "strip", z.ZodTypeAny, {
|
|
1777
2583
|
sampleRate?: number | undefined;
|
|
1778
2584
|
inputDeviceName?: string | undefined;
|
|
1779
2585
|
outputDeviceName?: string | undefined;
|
|
2586
|
+
inputRouteKey?: string | null | undefined;
|
|
2587
|
+
outputRouteKey?: string | null | undefined;
|
|
2588
|
+
inputDeviceId?: string | undefined;
|
|
2589
|
+
outputDeviceId?: string | undefined;
|
|
2590
|
+
inputHardwareId?: string | undefined;
|
|
2591
|
+
outputHardwareId?: string | undefined;
|
|
1780
2592
|
inputSampleRate?: number | undefined;
|
|
1781
2593
|
outputSampleRate?: number | undefined;
|
|
1782
2594
|
inputBufferSize?: number | undefined;
|
|
1783
2595
|
outputBufferSize?: number | undefined;
|
|
1784
2596
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1785
2597
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2598
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2599
|
+
ifCenterHz?: number | undefined;
|
|
1786
2600
|
bufferSize?: number | undefined;
|
|
1787
2601
|
}, {
|
|
1788
2602
|
sampleRate?: number | undefined;
|
|
1789
2603
|
inputDeviceName?: string | undefined;
|
|
1790
2604
|
outputDeviceName?: string | undefined;
|
|
2605
|
+
inputRouteKey?: string | null | undefined;
|
|
2606
|
+
outputRouteKey?: string | null | undefined;
|
|
2607
|
+
inputDeviceId?: string | undefined;
|
|
2608
|
+
outputDeviceId?: string | undefined;
|
|
2609
|
+
inputHardwareId?: string | undefined;
|
|
2610
|
+
outputHardwareId?: string | undefined;
|
|
1791
2611
|
inputSampleRate?: number | undefined;
|
|
1792
2612
|
outputSampleRate?: number | undefined;
|
|
1793
2613
|
inputBufferSize?: number | undefined;
|
|
1794
2614
|
outputBufferSize?: number | undefined;
|
|
1795
2615
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1796
2616
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2617
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2618
|
+
ifCenterHz?: number | undefined;
|
|
1797
2619
|
bufferSize?: number | undefined;
|
|
1798
2620
|
}>;
|
|
1799
2621
|
audioLockedToRadio: z.ZodBoolean;
|
|
2622
|
+
/** Optional policy for the radio's physical TX audio input selector. */
|
|
2623
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
1800
2624
|
createdAt: z.ZodNumber;
|
|
1801
2625
|
updatedAt: z.ZodNumber;
|
|
1802
2626
|
description: z.ZodOptional<z.ZodString>;
|
|
2627
|
+
isVirtual: z.ZodOptional<z.ZodBoolean>;
|
|
2628
|
+
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
1803
2629
|
}, "strip", z.ZodTypeAny, {
|
|
1804
2630
|
id: string;
|
|
1805
2631
|
name: string;
|
|
@@ -1807,17 +2633,38 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1807
2633
|
sampleRate?: number | undefined;
|
|
1808
2634
|
inputDeviceName?: string | undefined;
|
|
1809
2635
|
outputDeviceName?: string | undefined;
|
|
2636
|
+
inputRouteKey?: string | null | undefined;
|
|
2637
|
+
outputRouteKey?: string | null | undefined;
|
|
2638
|
+
inputDeviceId?: string | undefined;
|
|
2639
|
+
outputDeviceId?: string | undefined;
|
|
2640
|
+
inputHardwareId?: string | undefined;
|
|
2641
|
+
outputHardwareId?: string | undefined;
|
|
1810
2642
|
inputSampleRate?: number | undefined;
|
|
1811
2643
|
outputSampleRate?: number | undefined;
|
|
1812
2644
|
inputBufferSize?: number | undefined;
|
|
1813
2645
|
outputBufferSize?: number | undefined;
|
|
1814
2646
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1815
2647
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2648
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2649
|
+
ifCenterHz?: number | undefined;
|
|
1816
2650
|
bufferSize?: number | undefined;
|
|
1817
2651
|
};
|
|
2652
|
+
updatedAt: number;
|
|
1818
2653
|
createdAt: number;
|
|
1819
2654
|
radio: {
|
|
1820
|
-
type: "
|
|
2655
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2656
|
+
tci?: {
|
|
2657
|
+
host: string;
|
|
2658
|
+
port: number;
|
|
2659
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
2660
|
+
autoDiscoverPorts: boolean;
|
|
2661
|
+
receiver: number;
|
|
2662
|
+
trx: number;
|
|
2663
|
+
vfo: number;
|
|
2664
|
+
audioEnabled: boolean;
|
|
2665
|
+
audioSampleRate: number;
|
|
2666
|
+
url?: string | undefined;
|
|
2667
|
+
} | undefined;
|
|
1821
2668
|
network?: {
|
|
1822
2669
|
host: string;
|
|
1823
2670
|
port: number;
|
|
@@ -1825,6 +2672,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1825
2672
|
serial?: {
|
|
1826
2673
|
path: string;
|
|
1827
2674
|
rigModel: number;
|
|
2675
|
+
serialNumber?: string | undefined;
|
|
1828
2676
|
serialConfig?: {
|
|
1829
2677
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1830
2678
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1850,15 +2698,22 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1850
2698
|
userName?: string | undefined;
|
|
1851
2699
|
password?: string | undefined;
|
|
1852
2700
|
} | undefined;
|
|
2701
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1853
2702
|
transmitCompensationMs?: number | undefined;
|
|
1854
|
-
|
|
2703
|
+
fakeFrequency?: {
|
|
2704
|
+
enabled: boolean;
|
|
2705
|
+
} | undefined;
|
|
2706
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1855
2707
|
pttPort?: string | undefined;
|
|
1856
2708
|
cwKeyPort?: string | undefined;
|
|
1857
2709
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2710
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1858
2711
|
};
|
|
1859
2712
|
audioLockedToRadio: boolean;
|
|
1860
|
-
updatedAt: number;
|
|
1861
2713
|
description?: string | undefined;
|
|
2714
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2715
|
+
isVirtual?: boolean | undefined;
|
|
2716
|
+
readOnly?: boolean | undefined;
|
|
1862
2717
|
}, {
|
|
1863
2718
|
id: string;
|
|
1864
2719
|
name: string;
|
|
@@ -1866,17 +2721,38 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1866
2721
|
sampleRate?: number | undefined;
|
|
1867
2722
|
inputDeviceName?: string | undefined;
|
|
1868
2723
|
outputDeviceName?: string | undefined;
|
|
2724
|
+
inputRouteKey?: string | null | undefined;
|
|
2725
|
+
outputRouteKey?: string | null | undefined;
|
|
2726
|
+
inputDeviceId?: string | undefined;
|
|
2727
|
+
outputDeviceId?: string | undefined;
|
|
2728
|
+
inputHardwareId?: string | undefined;
|
|
2729
|
+
outputHardwareId?: string | undefined;
|
|
1869
2730
|
inputSampleRate?: number | undefined;
|
|
1870
2731
|
outputSampleRate?: number | undefined;
|
|
1871
2732
|
inputBufferSize?: number | undefined;
|
|
1872
2733
|
outputBufferSize?: number | undefined;
|
|
1873
2734
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1874
2735
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2736
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2737
|
+
ifCenterHz?: number | undefined;
|
|
1875
2738
|
bufferSize?: number | undefined;
|
|
1876
2739
|
};
|
|
2740
|
+
updatedAt: number;
|
|
1877
2741
|
createdAt: number;
|
|
1878
2742
|
radio: {
|
|
1879
|
-
type: "
|
|
2743
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2744
|
+
tci?: {
|
|
2745
|
+
url?: string | undefined;
|
|
2746
|
+
host?: string | undefined;
|
|
2747
|
+
port?: number | undefined;
|
|
2748
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2749
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2750
|
+
receiver?: number | undefined;
|
|
2751
|
+
trx?: number | undefined;
|
|
2752
|
+
vfo?: number | undefined;
|
|
2753
|
+
audioEnabled?: boolean | undefined;
|
|
2754
|
+
audioSampleRate?: number | undefined;
|
|
2755
|
+
} | undefined;
|
|
1880
2756
|
network?: {
|
|
1881
2757
|
host: string;
|
|
1882
2758
|
port: number;
|
|
@@ -1884,6 +2760,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1884
2760
|
serial?: {
|
|
1885
2761
|
path: string;
|
|
1886
2762
|
rigModel: number;
|
|
2763
|
+
serialNumber?: string | undefined;
|
|
1887
2764
|
serialConfig?: {
|
|
1888
2765
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1889
2766
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1909,15 +2786,22 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1909
2786
|
password?: string | undefined;
|
|
1910
2787
|
dataMode?: boolean | undefined;
|
|
1911
2788
|
} | undefined;
|
|
2789
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1912
2790
|
transmitCompensationMs?: number | undefined;
|
|
1913
|
-
|
|
2791
|
+
fakeFrequency?: {
|
|
2792
|
+
enabled: boolean;
|
|
2793
|
+
} | undefined;
|
|
2794
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1914
2795
|
pttPort?: string | undefined;
|
|
1915
2796
|
cwKeyPort?: string | undefined;
|
|
1916
2797
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2798
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1917
2799
|
};
|
|
1918
2800
|
audioLockedToRadio: boolean;
|
|
1919
|
-
updatedAt: number;
|
|
1920
2801
|
description?: string | undefined;
|
|
2802
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2803
|
+
isVirtual?: boolean | undefined;
|
|
2804
|
+
readOnly?: boolean | undefined;
|
|
1921
2805
|
}>>;
|
|
1922
2806
|
message: z.ZodOptional<z.ZodString>;
|
|
1923
2807
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1930,17 +2814,38 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1930
2814
|
sampleRate?: number | undefined;
|
|
1931
2815
|
inputDeviceName?: string | undefined;
|
|
1932
2816
|
outputDeviceName?: string | undefined;
|
|
2817
|
+
inputRouteKey?: string | null | undefined;
|
|
2818
|
+
outputRouteKey?: string | null | undefined;
|
|
2819
|
+
inputDeviceId?: string | undefined;
|
|
2820
|
+
outputDeviceId?: string | undefined;
|
|
2821
|
+
inputHardwareId?: string | undefined;
|
|
2822
|
+
outputHardwareId?: string | undefined;
|
|
1933
2823
|
inputSampleRate?: number | undefined;
|
|
1934
2824
|
outputSampleRate?: number | undefined;
|
|
1935
2825
|
inputBufferSize?: number | undefined;
|
|
1936
2826
|
outputBufferSize?: number | undefined;
|
|
1937
2827
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
1938
2828
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2829
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2830
|
+
ifCenterHz?: number | undefined;
|
|
1939
2831
|
bufferSize?: number | undefined;
|
|
1940
2832
|
};
|
|
2833
|
+
updatedAt: number;
|
|
1941
2834
|
createdAt: number;
|
|
1942
2835
|
radio: {
|
|
1943
|
-
type: "
|
|
2836
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2837
|
+
tci?: {
|
|
2838
|
+
host: string;
|
|
2839
|
+
port: number;
|
|
2840
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
2841
|
+
autoDiscoverPorts: boolean;
|
|
2842
|
+
receiver: number;
|
|
2843
|
+
trx: number;
|
|
2844
|
+
vfo: number;
|
|
2845
|
+
audioEnabled: boolean;
|
|
2846
|
+
audioSampleRate: number;
|
|
2847
|
+
url?: string | undefined;
|
|
2848
|
+
} | undefined;
|
|
1944
2849
|
network?: {
|
|
1945
2850
|
host: string;
|
|
1946
2851
|
port: number;
|
|
@@ -1948,6 +2853,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1948
2853
|
serial?: {
|
|
1949
2854
|
path: string;
|
|
1950
2855
|
rigModel: number;
|
|
2856
|
+
serialNumber?: string | undefined;
|
|
1951
2857
|
serialConfig?: {
|
|
1952
2858
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
1953
2859
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -1973,15 +2879,22 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1973
2879
|
userName?: string | undefined;
|
|
1974
2880
|
password?: string | undefined;
|
|
1975
2881
|
} | undefined;
|
|
2882
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
1976
2883
|
transmitCompensationMs?: number | undefined;
|
|
1977
|
-
|
|
2884
|
+
fakeFrequency?: {
|
|
2885
|
+
enabled: boolean;
|
|
2886
|
+
} | undefined;
|
|
2887
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
1978
2888
|
pttPort?: string | undefined;
|
|
1979
2889
|
cwKeyPort?: string | undefined;
|
|
1980
2890
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2891
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
1981
2892
|
};
|
|
1982
2893
|
audioLockedToRadio: boolean;
|
|
1983
|
-
updatedAt: number;
|
|
1984
2894
|
description?: string | undefined;
|
|
2895
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2896
|
+
isVirtual?: boolean | undefined;
|
|
2897
|
+
readOnly?: boolean | undefined;
|
|
1985
2898
|
} | undefined;
|
|
1986
2899
|
}, {
|
|
1987
2900
|
success: boolean;
|
|
@@ -1993,17 +2906,38 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
1993
2906
|
sampleRate?: number | undefined;
|
|
1994
2907
|
inputDeviceName?: string | undefined;
|
|
1995
2908
|
outputDeviceName?: string | undefined;
|
|
2909
|
+
inputRouteKey?: string | null | undefined;
|
|
2910
|
+
outputRouteKey?: string | null | undefined;
|
|
2911
|
+
inputDeviceId?: string | undefined;
|
|
2912
|
+
outputDeviceId?: string | undefined;
|
|
2913
|
+
inputHardwareId?: string | undefined;
|
|
2914
|
+
outputHardwareId?: string | undefined;
|
|
1996
2915
|
inputSampleRate?: number | undefined;
|
|
1997
2916
|
outputSampleRate?: number | undefined;
|
|
1998
2917
|
inputBufferSize?: number | undefined;
|
|
1999
2918
|
outputBufferSize?: number | undefined;
|
|
2000
2919
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2001
2920
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
2921
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
2922
|
+
ifCenterHz?: number | undefined;
|
|
2002
2923
|
bufferSize?: number | undefined;
|
|
2003
2924
|
};
|
|
2925
|
+
updatedAt: number;
|
|
2004
2926
|
createdAt: number;
|
|
2005
2927
|
radio: {
|
|
2006
|
-
type: "
|
|
2928
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
2929
|
+
tci?: {
|
|
2930
|
+
url?: string | undefined;
|
|
2931
|
+
host?: string | undefined;
|
|
2932
|
+
port?: number | undefined;
|
|
2933
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
2934
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
2935
|
+
receiver?: number | undefined;
|
|
2936
|
+
trx?: number | undefined;
|
|
2937
|
+
vfo?: number | undefined;
|
|
2938
|
+
audioEnabled?: boolean | undefined;
|
|
2939
|
+
audioSampleRate?: number | undefined;
|
|
2940
|
+
} | undefined;
|
|
2007
2941
|
network?: {
|
|
2008
2942
|
host: string;
|
|
2009
2943
|
port: number;
|
|
@@ -2011,6 +2945,7 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
2011
2945
|
serial?: {
|
|
2012
2946
|
path: string;
|
|
2013
2947
|
rigModel: number;
|
|
2948
|
+
serialNumber?: string | undefined;
|
|
2014
2949
|
serialConfig?: {
|
|
2015
2950
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2016
2951
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2036,15 +2971,22 @@ export declare const ProfileActionResponseSchema: z.ZodObject<{
|
|
|
2036
2971
|
password?: string | undefined;
|
|
2037
2972
|
dataMode?: boolean | undefined;
|
|
2038
2973
|
} | undefined;
|
|
2974
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2039
2975
|
transmitCompensationMs?: number | undefined;
|
|
2040
|
-
|
|
2976
|
+
fakeFrequency?: {
|
|
2977
|
+
enabled: boolean;
|
|
2978
|
+
} | undefined;
|
|
2979
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2041
2980
|
pttPort?: string | undefined;
|
|
2042
2981
|
cwKeyPort?: string | undefined;
|
|
2043
2982
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
2983
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2044
2984
|
};
|
|
2045
2985
|
audioLockedToRadio: boolean;
|
|
2046
|
-
updatedAt: number;
|
|
2047
2986
|
description?: string | undefined;
|
|
2987
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
2988
|
+
isVirtual?: boolean | undefined;
|
|
2989
|
+
readOnly?: boolean | undefined;
|
|
2048
2990
|
} | undefined;
|
|
2049
2991
|
}>;
|
|
2050
2992
|
export type ProfileActionResponse = z.infer<typeof ProfileActionResponseSchema>;
|
|
@@ -2057,7 +2999,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2057
2999
|
id: z.ZodString;
|
|
2058
3000
|
name: z.ZodString;
|
|
2059
3001
|
radio: z.ZodObject<{
|
|
2060
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
3002
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
2061
3003
|
network: z.ZodOptional<z.ZodObject<{
|
|
2062
3004
|
host: z.ZodString;
|
|
2063
3005
|
port: z.ZodNumber;
|
|
@@ -2087,8 +3029,43 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2087
3029
|
password?: string | undefined;
|
|
2088
3030
|
dataMode?: boolean | undefined;
|
|
2089
3031
|
}>>;
|
|
3032
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
3033
|
+
host: z.ZodDefault<z.ZodString>;
|
|
3034
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
3035
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
3036
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
3037
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
3038
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
3039
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
3040
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
3041
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3042
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3043
|
+
}, "strip", z.ZodTypeAny, {
|
|
3044
|
+
host: string;
|
|
3045
|
+
port: number;
|
|
3046
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3047
|
+
autoDiscoverPorts: boolean;
|
|
3048
|
+
receiver: number;
|
|
3049
|
+
trx: number;
|
|
3050
|
+
vfo: number;
|
|
3051
|
+
audioEnabled: boolean;
|
|
3052
|
+
audioSampleRate: number;
|
|
3053
|
+
url?: string | undefined;
|
|
3054
|
+
}, {
|
|
3055
|
+
url?: string | undefined;
|
|
3056
|
+
host?: string | undefined;
|
|
3057
|
+
port?: number | undefined;
|
|
3058
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3059
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3060
|
+
receiver?: number | undefined;
|
|
3061
|
+
trx?: number | undefined;
|
|
3062
|
+
vfo?: number | undefined;
|
|
3063
|
+
audioEnabled?: boolean | undefined;
|
|
3064
|
+
audioSampleRate?: number | undefined;
|
|
3065
|
+
}>>;
|
|
2090
3066
|
serial: z.ZodOptional<z.ZodObject<{
|
|
2091
3067
|
path: z.ZodString;
|
|
3068
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
2092
3069
|
rigModel: z.ZodNumber;
|
|
2093
3070
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
2094
3071
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -2131,6 +3108,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2131
3108
|
}, "strip", z.ZodTypeAny, {
|
|
2132
3109
|
path: string;
|
|
2133
3110
|
rigModel: number;
|
|
3111
|
+
serialNumber?: string | undefined;
|
|
2134
3112
|
serialConfig?: {
|
|
2135
3113
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2136
3114
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2148,6 +3126,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2148
3126
|
}, {
|
|
2149
3127
|
path: string;
|
|
2150
3128
|
rigModel: number;
|
|
3129
|
+
serialNumber?: string | undefined;
|
|
2151
3130
|
serialConfig?: {
|
|
2152
3131
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2153
3132
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2170,13 +3149,34 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2170
3149
|
}, {
|
|
2171
3150
|
speed?: number | undefined;
|
|
2172
3151
|
}>>;
|
|
3152
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
2173
3153
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
3154
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
3155
|
+
enabled: z.ZodBoolean;
|
|
3156
|
+
}, "strip", z.ZodTypeAny, {
|
|
3157
|
+
enabled: boolean;
|
|
3158
|
+
}, {
|
|
3159
|
+
enabled: boolean;
|
|
3160
|
+
}>>;
|
|
2174
3161
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2175
3162
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2176
3163
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2177
3164
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
3165
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
2178
3166
|
}, "strip", z.ZodTypeAny, {
|
|
2179
|
-
type: "
|
|
3167
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3168
|
+
tci?: {
|
|
3169
|
+
host: string;
|
|
3170
|
+
port: number;
|
|
3171
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3172
|
+
autoDiscoverPorts: boolean;
|
|
3173
|
+
receiver: number;
|
|
3174
|
+
trx: number;
|
|
3175
|
+
vfo: number;
|
|
3176
|
+
audioEnabled: boolean;
|
|
3177
|
+
audioSampleRate: number;
|
|
3178
|
+
url?: string | undefined;
|
|
3179
|
+
} | undefined;
|
|
2180
3180
|
network?: {
|
|
2181
3181
|
host: string;
|
|
2182
3182
|
port: number;
|
|
@@ -2184,6 +3184,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2184
3184
|
serial?: {
|
|
2185
3185
|
path: string;
|
|
2186
3186
|
rigModel: number;
|
|
3187
|
+
serialNumber?: string | undefined;
|
|
2187
3188
|
serialConfig?: {
|
|
2188
3189
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2189
3190
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2209,13 +3210,30 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2209
3210
|
userName?: string | undefined;
|
|
2210
3211
|
password?: string | undefined;
|
|
2211
3212
|
} | undefined;
|
|
3213
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2212
3214
|
transmitCompensationMs?: number | undefined;
|
|
2213
|
-
|
|
3215
|
+
fakeFrequency?: {
|
|
3216
|
+
enabled: boolean;
|
|
3217
|
+
} | undefined;
|
|
3218
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2214
3219
|
pttPort?: string | undefined;
|
|
2215
3220
|
cwKeyPort?: string | undefined;
|
|
2216
3221
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3222
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2217
3223
|
}, {
|
|
2218
|
-
type: "
|
|
3224
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3225
|
+
tci?: {
|
|
3226
|
+
url?: string | undefined;
|
|
3227
|
+
host?: string | undefined;
|
|
3228
|
+
port?: number | undefined;
|
|
3229
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3230
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3231
|
+
receiver?: number | undefined;
|
|
3232
|
+
trx?: number | undefined;
|
|
3233
|
+
vfo?: number | undefined;
|
|
3234
|
+
audioEnabled?: boolean | undefined;
|
|
3235
|
+
audioSampleRate?: number | undefined;
|
|
3236
|
+
} | undefined;
|
|
2219
3237
|
network?: {
|
|
2220
3238
|
host: string;
|
|
2221
3239
|
port: number;
|
|
@@ -2223,6 +3241,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2223
3241
|
serial?: {
|
|
2224
3242
|
path: string;
|
|
2225
3243
|
rigModel: number;
|
|
3244
|
+
serialNumber?: string | undefined;
|
|
2226
3245
|
serialConfig?: {
|
|
2227
3246
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2228
3247
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2248,50 +3267,83 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2248
3267
|
password?: string | undefined;
|
|
2249
3268
|
dataMode?: boolean | undefined;
|
|
2250
3269
|
} | undefined;
|
|
3270
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2251
3271
|
transmitCompensationMs?: number | undefined;
|
|
2252
|
-
|
|
3272
|
+
fakeFrequency?: {
|
|
3273
|
+
enabled: boolean;
|
|
3274
|
+
} | undefined;
|
|
3275
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2253
3276
|
pttPort?: string | undefined;
|
|
2254
3277
|
cwKeyPort?: string | undefined;
|
|
2255
3278
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3279
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2256
3280
|
}>;
|
|
2257
3281
|
audio: z.ZodObject<{
|
|
2258
3282
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2259
3283
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
3284
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3285
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3286
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3287
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
3288
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
3289
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2260
3290
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2261
3291
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2262
3292
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2263
3293
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2264
3294
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
2265
3295
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
3296
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
3297
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
2266
3298
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2267
3299
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2268
3300
|
}, "strip", z.ZodTypeAny, {
|
|
2269
3301
|
sampleRate?: number | undefined;
|
|
2270
3302
|
inputDeviceName?: string | undefined;
|
|
2271
3303
|
outputDeviceName?: string | undefined;
|
|
3304
|
+
inputRouteKey?: string | null | undefined;
|
|
3305
|
+
outputRouteKey?: string | null | undefined;
|
|
3306
|
+
inputDeviceId?: string | undefined;
|
|
3307
|
+
outputDeviceId?: string | undefined;
|
|
3308
|
+
inputHardwareId?: string | undefined;
|
|
3309
|
+
outputHardwareId?: string | undefined;
|
|
2272
3310
|
inputSampleRate?: number | undefined;
|
|
2273
3311
|
outputSampleRate?: number | undefined;
|
|
2274
3312
|
inputBufferSize?: number | undefined;
|
|
2275
3313
|
outputBufferSize?: number | undefined;
|
|
2276
3314
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2277
3315
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3316
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3317
|
+
ifCenterHz?: number | undefined;
|
|
2278
3318
|
bufferSize?: number | undefined;
|
|
2279
3319
|
}, {
|
|
2280
3320
|
sampleRate?: number | undefined;
|
|
2281
3321
|
inputDeviceName?: string | undefined;
|
|
2282
3322
|
outputDeviceName?: string | undefined;
|
|
3323
|
+
inputRouteKey?: string | null | undefined;
|
|
3324
|
+
outputRouteKey?: string | null | undefined;
|
|
3325
|
+
inputDeviceId?: string | undefined;
|
|
3326
|
+
outputDeviceId?: string | undefined;
|
|
3327
|
+
inputHardwareId?: string | undefined;
|
|
3328
|
+
outputHardwareId?: string | undefined;
|
|
2283
3329
|
inputSampleRate?: number | undefined;
|
|
2284
3330
|
outputSampleRate?: number | undefined;
|
|
2285
3331
|
inputBufferSize?: number | undefined;
|
|
2286
3332
|
outputBufferSize?: number | undefined;
|
|
2287
3333
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2288
3334
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3335
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3336
|
+
ifCenterHz?: number | undefined;
|
|
2289
3337
|
bufferSize?: number | undefined;
|
|
2290
3338
|
}>;
|
|
2291
3339
|
audioLockedToRadio: z.ZodBoolean;
|
|
3340
|
+
/** Optional policy for the radio's physical TX audio input selector. */
|
|
3341
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
2292
3342
|
createdAt: z.ZodNumber;
|
|
2293
3343
|
updatedAt: z.ZodNumber;
|
|
2294
3344
|
description: z.ZodOptional<z.ZodString>;
|
|
3345
|
+
isVirtual: z.ZodOptional<z.ZodBoolean>;
|
|
3346
|
+
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2295
3347
|
}, "strip", z.ZodTypeAny, {
|
|
2296
3348
|
id: string;
|
|
2297
3349
|
name: string;
|
|
@@ -2299,17 +3351,38 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2299
3351
|
sampleRate?: number | undefined;
|
|
2300
3352
|
inputDeviceName?: string | undefined;
|
|
2301
3353
|
outputDeviceName?: string | undefined;
|
|
3354
|
+
inputRouteKey?: string | null | undefined;
|
|
3355
|
+
outputRouteKey?: string | null | undefined;
|
|
3356
|
+
inputDeviceId?: string | undefined;
|
|
3357
|
+
outputDeviceId?: string | undefined;
|
|
3358
|
+
inputHardwareId?: string | undefined;
|
|
3359
|
+
outputHardwareId?: string | undefined;
|
|
2302
3360
|
inputSampleRate?: number | undefined;
|
|
2303
3361
|
outputSampleRate?: number | undefined;
|
|
2304
3362
|
inputBufferSize?: number | undefined;
|
|
2305
3363
|
outputBufferSize?: number | undefined;
|
|
2306
3364
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2307
3365
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3366
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3367
|
+
ifCenterHz?: number | undefined;
|
|
2308
3368
|
bufferSize?: number | undefined;
|
|
2309
3369
|
};
|
|
3370
|
+
updatedAt: number;
|
|
2310
3371
|
createdAt: number;
|
|
2311
3372
|
radio: {
|
|
2312
|
-
type: "
|
|
3373
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3374
|
+
tci?: {
|
|
3375
|
+
host: string;
|
|
3376
|
+
port: number;
|
|
3377
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3378
|
+
autoDiscoverPorts: boolean;
|
|
3379
|
+
receiver: number;
|
|
3380
|
+
trx: number;
|
|
3381
|
+
vfo: number;
|
|
3382
|
+
audioEnabled: boolean;
|
|
3383
|
+
audioSampleRate: number;
|
|
3384
|
+
url?: string | undefined;
|
|
3385
|
+
} | undefined;
|
|
2313
3386
|
network?: {
|
|
2314
3387
|
host: string;
|
|
2315
3388
|
port: number;
|
|
@@ -2317,6 +3390,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2317
3390
|
serial?: {
|
|
2318
3391
|
path: string;
|
|
2319
3392
|
rigModel: number;
|
|
3393
|
+
serialNumber?: string | undefined;
|
|
2320
3394
|
serialConfig?: {
|
|
2321
3395
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2322
3396
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2342,15 +3416,22 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2342
3416
|
userName?: string | undefined;
|
|
2343
3417
|
password?: string | undefined;
|
|
2344
3418
|
} | undefined;
|
|
3419
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2345
3420
|
transmitCompensationMs?: number | undefined;
|
|
2346
|
-
|
|
3421
|
+
fakeFrequency?: {
|
|
3422
|
+
enabled: boolean;
|
|
3423
|
+
} | undefined;
|
|
3424
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2347
3425
|
pttPort?: string | undefined;
|
|
2348
3426
|
cwKeyPort?: string | undefined;
|
|
2349
3427
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3428
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2350
3429
|
};
|
|
2351
3430
|
audioLockedToRadio: boolean;
|
|
2352
|
-
updatedAt: number;
|
|
2353
3431
|
description?: string | undefined;
|
|
3432
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
3433
|
+
isVirtual?: boolean | undefined;
|
|
3434
|
+
readOnly?: boolean | undefined;
|
|
2354
3435
|
}, {
|
|
2355
3436
|
id: string;
|
|
2356
3437
|
name: string;
|
|
@@ -2358,17 +3439,38 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2358
3439
|
sampleRate?: number | undefined;
|
|
2359
3440
|
inputDeviceName?: string | undefined;
|
|
2360
3441
|
outputDeviceName?: string | undefined;
|
|
3442
|
+
inputRouteKey?: string | null | undefined;
|
|
3443
|
+
outputRouteKey?: string | null | undefined;
|
|
3444
|
+
inputDeviceId?: string | undefined;
|
|
3445
|
+
outputDeviceId?: string | undefined;
|
|
3446
|
+
inputHardwareId?: string | undefined;
|
|
3447
|
+
outputHardwareId?: string | undefined;
|
|
2361
3448
|
inputSampleRate?: number | undefined;
|
|
2362
3449
|
outputSampleRate?: number | undefined;
|
|
2363
3450
|
inputBufferSize?: number | undefined;
|
|
2364
3451
|
outputBufferSize?: number | undefined;
|
|
2365
3452
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2366
3453
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3454
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3455
|
+
ifCenterHz?: number | undefined;
|
|
2367
3456
|
bufferSize?: number | undefined;
|
|
2368
3457
|
};
|
|
3458
|
+
updatedAt: number;
|
|
2369
3459
|
createdAt: number;
|
|
2370
3460
|
radio: {
|
|
2371
|
-
type: "
|
|
3461
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3462
|
+
tci?: {
|
|
3463
|
+
url?: string | undefined;
|
|
3464
|
+
host?: string | undefined;
|
|
3465
|
+
port?: number | undefined;
|
|
3466
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3467
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3468
|
+
receiver?: number | undefined;
|
|
3469
|
+
trx?: number | undefined;
|
|
3470
|
+
vfo?: number | undefined;
|
|
3471
|
+
audioEnabled?: boolean | undefined;
|
|
3472
|
+
audioSampleRate?: number | undefined;
|
|
3473
|
+
} | undefined;
|
|
2372
3474
|
network?: {
|
|
2373
3475
|
host: string;
|
|
2374
3476
|
port: number;
|
|
@@ -2376,6 +3478,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2376
3478
|
serial?: {
|
|
2377
3479
|
path: string;
|
|
2378
3480
|
rigModel: number;
|
|
3481
|
+
serialNumber?: string | undefined;
|
|
2379
3482
|
serialConfig?: {
|
|
2380
3483
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2381
3484
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2401,15 +3504,22 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2401
3504
|
password?: string | undefined;
|
|
2402
3505
|
dataMode?: boolean | undefined;
|
|
2403
3506
|
} | undefined;
|
|
3507
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2404
3508
|
transmitCompensationMs?: number | undefined;
|
|
2405
|
-
|
|
3509
|
+
fakeFrequency?: {
|
|
3510
|
+
enabled: boolean;
|
|
3511
|
+
} | undefined;
|
|
3512
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2406
3513
|
pttPort?: string | undefined;
|
|
2407
3514
|
cwKeyPort?: string | undefined;
|
|
2408
3515
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3516
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2409
3517
|
};
|
|
2410
3518
|
audioLockedToRadio: boolean;
|
|
2411
|
-
updatedAt: number;
|
|
2412
3519
|
description?: string | undefined;
|
|
3520
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
3521
|
+
isVirtual?: boolean | undefined;
|
|
3522
|
+
readOnly?: boolean | undefined;
|
|
2413
3523
|
}>;
|
|
2414
3524
|
wasRunning: z.ZodBoolean;
|
|
2415
3525
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2421,17 +3531,38 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2421
3531
|
sampleRate?: number | undefined;
|
|
2422
3532
|
inputDeviceName?: string | undefined;
|
|
2423
3533
|
outputDeviceName?: string | undefined;
|
|
3534
|
+
inputRouteKey?: string | null | undefined;
|
|
3535
|
+
outputRouteKey?: string | null | undefined;
|
|
3536
|
+
inputDeviceId?: string | undefined;
|
|
3537
|
+
outputDeviceId?: string | undefined;
|
|
3538
|
+
inputHardwareId?: string | undefined;
|
|
3539
|
+
outputHardwareId?: string | undefined;
|
|
2424
3540
|
inputSampleRate?: number | undefined;
|
|
2425
3541
|
outputSampleRate?: number | undefined;
|
|
2426
3542
|
inputBufferSize?: number | undefined;
|
|
2427
3543
|
outputBufferSize?: number | undefined;
|
|
2428
3544
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2429
3545
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3546
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3547
|
+
ifCenterHz?: number | undefined;
|
|
2430
3548
|
bufferSize?: number | undefined;
|
|
2431
3549
|
};
|
|
3550
|
+
updatedAt: number;
|
|
2432
3551
|
createdAt: number;
|
|
2433
3552
|
radio: {
|
|
2434
|
-
type: "
|
|
3553
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3554
|
+
tci?: {
|
|
3555
|
+
host: string;
|
|
3556
|
+
port: number;
|
|
3557
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3558
|
+
autoDiscoverPorts: boolean;
|
|
3559
|
+
receiver: number;
|
|
3560
|
+
trx: number;
|
|
3561
|
+
vfo: number;
|
|
3562
|
+
audioEnabled: boolean;
|
|
3563
|
+
audioSampleRate: number;
|
|
3564
|
+
url?: string | undefined;
|
|
3565
|
+
} | undefined;
|
|
2435
3566
|
network?: {
|
|
2436
3567
|
host: string;
|
|
2437
3568
|
port: number;
|
|
@@ -2439,6 +3570,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2439
3570
|
serial?: {
|
|
2440
3571
|
path: string;
|
|
2441
3572
|
rigModel: number;
|
|
3573
|
+
serialNumber?: string | undefined;
|
|
2442
3574
|
serialConfig?: {
|
|
2443
3575
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2444
3576
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2464,15 +3596,22 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2464
3596
|
userName?: string | undefined;
|
|
2465
3597
|
password?: string | undefined;
|
|
2466
3598
|
} | undefined;
|
|
3599
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2467
3600
|
transmitCompensationMs?: number | undefined;
|
|
2468
|
-
|
|
3601
|
+
fakeFrequency?: {
|
|
3602
|
+
enabled: boolean;
|
|
3603
|
+
} | undefined;
|
|
3604
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2469
3605
|
pttPort?: string | undefined;
|
|
2470
3606
|
cwKeyPort?: string | undefined;
|
|
2471
3607
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3608
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2472
3609
|
};
|
|
2473
3610
|
audioLockedToRadio: boolean;
|
|
2474
|
-
updatedAt: number;
|
|
2475
3611
|
description?: string | undefined;
|
|
3612
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
3613
|
+
isVirtual?: boolean | undefined;
|
|
3614
|
+
readOnly?: boolean | undefined;
|
|
2476
3615
|
};
|
|
2477
3616
|
wasRunning: boolean;
|
|
2478
3617
|
}, {
|
|
@@ -2484,17 +3623,38 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2484
3623
|
sampleRate?: number | undefined;
|
|
2485
3624
|
inputDeviceName?: string | undefined;
|
|
2486
3625
|
outputDeviceName?: string | undefined;
|
|
3626
|
+
inputRouteKey?: string | null | undefined;
|
|
3627
|
+
outputRouteKey?: string | null | undefined;
|
|
3628
|
+
inputDeviceId?: string | undefined;
|
|
3629
|
+
outputDeviceId?: string | undefined;
|
|
3630
|
+
inputHardwareId?: string | undefined;
|
|
3631
|
+
outputHardwareId?: string | undefined;
|
|
2487
3632
|
inputSampleRate?: number | undefined;
|
|
2488
3633
|
outputSampleRate?: number | undefined;
|
|
2489
3634
|
inputBufferSize?: number | undefined;
|
|
2490
3635
|
outputBufferSize?: number | undefined;
|
|
2491
3636
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2492
3637
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
3638
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
3639
|
+
ifCenterHz?: number | undefined;
|
|
2493
3640
|
bufferSize?: number | undefined;
|
|
2494
3641
|
};
|
|
3642
|
+
updatedAt: number;
|
|
2495
3643
|
createdAt: number;
|
|
2496
3644
|
radio: {
|
|
2497
|
-
type: "
|
|
3645
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3646
|
+
tci?: {
|
|
3647
|
+
url?: string | undefined;
|
|
3648
|
+
host?: string | undefined;
|
|
3649
|
+
port?: number | undefined;
|
|
3650
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3651
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3652
|
+
receiver?: number | undefined;
|
|
3653
|
+
trx?: number | undefined;
|
|
3654
|
+
vfo?: number | undefined;
|
|
3655
|
+
audioEnabled?: boolean | undefined;
|
|
3656
|
+
audioSampleRate?: number | undefined;
|
|
3657
|
+
} | undefined;
|
|
2498
3658
|
network?: {
|
|
2499
3659
|
host: string;
|
|
2500
3660
|
port: number;
|
|
@@ -2502,6 +3662,7 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2502
3662
|
serial?: {
|
|
2503
3663
|
path: string;
|
|
2504
3664
|
rigModel: number;
|
|
3665
|
+
serialNumber?: string | undefined;
|
|
2505
3666
|
serialConfig?: {
|
|
2506
3667
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2507
3668
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2527,15 +3688,22 @@ export declare const ActivateProfileResponseSchema: z.ZodObject<{
|
|
|
2527
3688
|
password?: string | undefined;
|
|
2528
3689
|
dataMode?: boolean | undefined;
|
|
2529
3690
|
} | undefined;
|
|
3691
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2530
3692
|
transmitCompensationMs?: number | undefined;
|
|
2531
|
-
|
|
3693
|
+
fakeFrequency?: {
|
|
3694
|
+
enabled: boolean;
|
|
3695
|
+
} | undefined;
|
|
3696
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2532
3697
|
pttPort?: string | undefined;
|
|
2533
3698
|
cwKeyPort?: string | undefined;
|
|
2534
3699
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3700
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2535
3701
|
};
|
|
2536
3702
|
audioLockedToRadio: boolean;
|
|
2537
|
-
updatedAt: number;
|
|
2538
3703
|
description?: string | undefined;
|
|
3704
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
3705
|
+
isVirtual?: boolean | undefined;
|
|
3706
|
+
readOnly?: boolean | undefined;
|
|
2539
3707
|
};
|
|
2540
3708
|
wasRunning: boolean;
|
|
2541
3709
|
}>;
|
|
@@ -2549,7 +3717,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2549
3717
|
id: z.ZodString;
|
|
2550
3718
|
name: z.ZodString;
|
|
2551
3719
|
radio: z.ZodObject<{
|
|
2552
|
-
type: z.ZodEnum<["none", "network", "serial", "icom-wlan"]>;
|
|
3720
|
+
type: z.ZodEnum<["none", "network", "serial", "icom-wlan", "tci"]>;
|
|
2553
3721
|
network: z.ZodOptional<z.ZodObject<{
|
|
2554
3722
|
host: z.ZodString;
|
|
2555
3723
|
port: z.ZodNumber;
|
|
@@ -2579,8 +3747,43 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2579
3747
|
password?: string | undefined;
|
|
2580
3748
|
dataMode?: boolean | undefined;
|
|
2581
3749
|
}>>;
|
|
3750
|
+
tci: z.ZodOptional<z.ZodObject<{
|
|
3751
|
+
host: z.ZodDefault<z.ZodString>;
|
|
3752
|
+
port: z.ZodDefault<z.ZodNumber>;
|
|
3753
|
+
url: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
|
3754
|
+
dialect: z.ZodDefault<z.ZodEnum<["auto", "expertsdr-1.4", "expertsdr-1.5-1.8", "expertsdr-1.9-2.0", "aethersdr-1.5", "thetis-2.0", "generic-observed"]>>;
|
|
3755
|
+
autoDiscoverPorts: z.ZodDefault<z.ZodBoolean>;
|
|
3756
|
+
receiver: z.ZodDefault<z.ZodNumber>;
|
|
3757
|
+
trx: z.ZodDefault<z.ZodNumber>;
|
|
3758
|
+
vfo: z.ZodDefault<z.ZodNumber>;
|
|
3759
|
+
audioEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3760
|
+
audioSampleRate: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3761
|
+
}, "strip", z.ZodTypeAny, {
|
|
3762
|
+
host: string;
|
|
3763
|
+
port: number;
|
|
3764
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3765
|
+
autoDiscoverPorts: boolean;
|
|
3766
|
+
receiver: number;
|
|
3767
|
+
trx: number;
|
|
3768
|
+
vfo: number;
|
|
3769
|
+
audioEnabled: boolean;
|
|
3770
|
+
audioSampleRate: number;
|
|
3771
|
+
url?: string | undefined;
|
|
3772
|
+
}, {
|
|
3773
|
+
url?: string | undefined;
|
|
3774
|
+
host?: string | undefined;
|
|
3775
|
+
port?: number | undefined;
|
|
3776
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3777
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3778
|
+
receiver?: number | undefined;
|
|
3779
|
+
trx?: number | undefined;
|
|
3780
|
+
vfo?: number | undefined;
|
|
3781
|
+
audioEnabled?: boolean | undefined;
|
|
3782
|
+
audioSampleRate?: number | undefined;
|
|
3783
|
+
}>>;
|
|
2582
3784
|
serial: z.ZodOptional<z.ZodObject<{
|
|
2583
3785
|
path: z.ZodString;
|
|
3786
|
+
serialNumber: z.ZodOptional<z.ZodString>;
|
|
2584
3787
|
rigModel: z.ZodNumber;
|
|
2585
3788
|
serialConfig: z.ZodOptional<z.ZodObject<{
|
|
2586
3789
|
data_bits: z.ZodOptional<z.ZodEnum<["5", "6", "7", "8"]>>;
|
|
@@ -2623,6 +3826,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2623
3826
|
}, "strip", z.ZodTypeAny, {
|
|
2624
3827
|
path: string;
|
|
2625
3828
|
rigModel: number;
|
|
3829
|
+
serialNumber?: string | undefined;
|
|
2626
3830
|
serialConfig?: {
|
|
2627
3831
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2628
3832
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2640,6 +3844,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2640
3844
|
}, {
|
|
2641
3845
|
path: string;
|
|
2642
3846
|
rigModel: number;
|
|
3847
|
+
serialNumber?: string | undefined;
|
|
2643
3848
|
serialConfig?: {
|
|
2644
3849
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2645
3850
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2662,13 +3867,34 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2662
3867
|
}, {
|
|
2663
3868
|
speed?: number | undefined;
|
|
2664
3869
|
}>>;
|
|
3870
|
+
digitalModeRadioMode: z.ZodOptional<z.ZodEnum<["none", "usb", "usb-data"]>>;
|
|
2665
3871
|
transmitCompensationMs: z.ZodOptional<z.ZodNumber>;
|
|
3872
|
+
fakeFrequency: z.ZodOptional<z.ZodObject<{
|
|
3873
|
+
enabled: z.ZodBoolean;
|
|
3874
|
+
}, "strip", z.ZodTypeAny, {
|
|
3875
|
+
enabled: boolean;
|
|
3876
|
+
}, {
|
|
3877
|
+
enabled: boolean;
|
|
3878
|
+
}>>;
|
|
2666
3879
|
pttMethod: z.ZodOptional<z.ZodEnum<["cat", "vox", "dtr", "rts"]>>;
|
|
2667
3880
|
pttPort: z.ZodOptional<z.ZodString>;
|
|
2668
3881
|
cwKeyPort: z.ZodOptional<z.ZodString>;
|
|
2669
3882
|
cwKeyMethod: z.ZodOptional<z.ZodEnum<["dtr", "rts"]>>;
|
|
3883
|
+
cwKeyActiveLevel: z.ZodOptional<z.ZodEnum<["high", "low"]>>;
|
|
2670
3884
|
}, "strip", z.ZodTypeAny, {
|
|
2671
|
-
type: "
|
|
3885
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3886
|
+
tci?: {
|
|
3887
|
+
host: string;
|
|
3888
|
+
port: number;
|
|
3889
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
3890
|
+
autoDiscoverPorts: boolean;
|
|
3891
|
+
receiver: number;
|
|
3892
|
+
trx: number;
|
|
3893
|
+
vfo: number;
|
|
3894
|
+
audioEnabled: boolean;
|
|
3895
|
+
audioSampleRate: number;
|
|
3896
|
+
url?: string | undefined;
|
|
3897
|
+
} | undefined;
|
|
2672
3898
|
network?: {
|
|
2673
3899
|
host: string;
|
|
2674
3900
|
port: number;
|
|
@@ -2676,6 +3902,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2676
3902
|
serial?: {
|
|
2677
3903
|
path: string;
|
|
2678
3904
|
rigModel: number;
|
|
3905
|
+
serialNumber?: string | undefined;
|
|
2679
3906
|
serialConfig?: {
|
|
2680
3907
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2681
3908
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2701,13 +3928,30 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2701
3928
|
userName?: string | undefined;
|
|
2702
3929
|
password?: string | undefined;
|
|
2703
3930
|
} | undefined;
|
|
3931
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2704
3932
|
transmitCompensationMs?: number | undefined;
|
|
2705
|
-
|
|
3933
|
+
fakeFrequency?: {
|
|
3934
|
+
enabled: boolean;
|
|
3935
|
+
} | undefined;
|
|
3936
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2706
3937
|
pttPort?: string | undefined;
|
|
2707
3938
|
cwKeyPort?: string | undefined;
|
|
2708
3939
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3940
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2709
3941
|
}, {
|
|
2710
|
-
type: "
|
|
3942
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
3943
|
+
tci?: {
|
|
3944
|
+
url?: string | undefined;
|
|
3945
|
+
host?: string | undefined;
|
|
3946
|
+
port?: number | undefined;
|
|
3947
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
3948
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
3949
|
+
receiver?: number | undefined;
|
|
3950
|
+
trx?: number | undefined;
|
|
3951
|
+
vfo?: number | undefined;
|
|
3952
|
+
audioEnabled?: boolean | undefined;
|
|
3953
|
+
audioSampleRate?: number | undefined;
|
|
3954
|
+
} | undefined;
|
|
2711
3955
|
network?: {
|
|
2712
3956
|
host: string;
|
|
2713
3957
|
port: number;
|
|
@@ -2715,6 +3959,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2715
3959
|
serial?: {
|
|
2716
3960
|
path: string;
|
|
2717
3961
|
rigModel: number;
|
|
3962
|
+
serialNumber?: string | undefined;
|
|
2718
3963
|
serialConfig?: {
|
|
2719
3964
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2720
3965
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2740,50 +3985,83 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2740
3985
|
password?: string | undefined;
|
|
2741
3986
|
dataMode?: boolean | undefined;
|
|
2742
3987
|
} | undefined;
|
|
3988
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2743
3989
|
transmitCompensationMs?: number | undefined;
|
|
2744
|
-
|
|
3990
|
+
fakeFrequency?: {
|
|
3991
|
+
enabled: boolean;
|
|
3992
|
+
} | undefined;
|
|
3993
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2745
3994
|
pttPort?: string | undefined;
|
|
2746
3995
|
cwKeyPort?: string | undefined;
|
|
2747
3996
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
3997
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2748
3998
|
}>;
|
|
2749
3999
|
audio: z.ZodObject<{
|
|
2750
4000
|
inputDeviceName: z.ZodOptional<z.ZodString>;
|
|
2751
4001
|
outputDeviceName: z.ZodOptional<z.ZodString>;
|
|
4002
|
+
inputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4003
|
+
outputRouteKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4004
|
+
inputDeviceId: z.ZodOptional<z.ZodString>;
|
|
4005
|
+
outputDeviceId: z.ZodOptional<z.ZodString>;
|
|
4006
|
+
inputHardwareId: z.ZodOptional<z.ZodString>;
|
|
4007
|
+
outputHardwareId: z.ZodOptional<z.ZodString>;
|
|
2752
4008
|
inputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2753
4009
|
outputSampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2754
4010
|
inputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2755
4011
|
outputBufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2756
4012
|
outputSampleFormat: z.ZodOptional<z.ZodEnum<["float32", "int16"]>>;
|
|
2757
4013
|
outputChannelMode: z.ZodOptional<z.ZodEnum<["mono", "left", "right", "both"]>>;
|
|
4014
|
+
inputSignalType: z.ZodOptional<z.ZodEnum<["af", "icom-12k-if"]>>;
|
|
4015
|
+
ifCenterHz: z.ZodOptional<z.ZodNumber>;
|
|
2758
4016
|
sampleRate: z.ZodOptional<z.ZodNumber>;
|
|
2759
4017
|
bufferSize: z.ZodOptional<z.ZodNumber>;
|
|
2760
4018
|
}, "strip", z.ZodTypeAny, {
|
|
2761
4019
|
sampleRate?: number | undefined;
|
|
2762
4020
|
inputDeviceName?: string | undefined;
|
|
2763
4021
|
outputDeviceName?: string | undefined;
|
|
4022
|
+
inputRouteKey?: string | null | undefined;
|
|
4023
|
+
outputRouteKey?: string | null | undefined;
|
|
4024
|
+
inputDeviceId?: string | undefined;
|
|
4025
|
+
outputDeviceId?: string | undefined;
|
|
4026
|
+
inputHardwareId?: string | undefined;
|
|
4027
|
+
outputHardwareId?: string | undefined;
|
|
2764
4028
|
inputSampleRate?: number | undefined;
|
|
2765
4029
|
outputSampleRate?: number | undefined;
|
|
2766
4030
|
inputBufferSize?: number | undefined;
|
|
2767
4031
|
outputBufferSize?: number | undefined;
|
|
2768
4032
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2769
4033
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4034
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4035
|
+
ifCenterHz?: number | undefined;
|
|
2770
4036
|
bufferSize?: number | undefined;
|
|
2771
4037
|
}, {
|
|
2772
4038
|
sampleRate?: number | undefined;
|
|
2773
4039
|
inputDeviceName?: string | undefined;
|
|
2774
4040
|
outputDeviceName?: string | undefined;
|
|
4041
|
+
inputRouteKey?: string | null | undefined;
|
|
4042
|
+
outputRouteKey?: string | null | undefined;
|
|
4043
|
+
inputDeviceId?: string | undefined;
|
|
4044
|
+
outputDeviceId?: string | undefined;
|
|
4045
|
+
inputHardwareId?: string | undefined;
|
|
4046
|
+
outputHardwareId?: string | undefined;
|
|
2775
4047
|
inputSampleRate?: number | undefined;
|
|
2776
4048
|
outputSampleRate?: number | undefined;
|
|
2777
4049
|
inputBufferSize?: number | undefined;
|
|
2778
4050
|
outputBufferSize?: number | undefined;
|
|
2779
4051
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2780
4052
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4053
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4054
|
+
ifCenterHz?: number | undefined;
|
|
2781
4055
|
bufferSize?: number | undefined;
|
|
2782
4056
|
}>;
|
|
2783
4057
|
audioLockedToRadio: z.ZodBoolean;
|
|
4058
|
+
/** Optional policy for the radio's physical TX audio input selector. */
|
|
4059
|
+
txAudioInputSource: z.ZodOptional<z.ZodEnum<["auto", "unchanged", "mic", "usb", "network", "accessory", "line", "spdif", "mic+usb", "mic+accessory"]>>;
|
|
2784
4060
|
createdAt: z.ZodNumber;
|
|
2785
4061
|
updatedAt: z.ZodNumber;
|
|
2786
4062
|
description: z.ZodOptional<z.ZodString>;
|
|
4063
|
+
isVirtual: z.ZodOptional<z.ZodBoolean>;
|
|
4064
|
+
readOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2787
4065
|
}, "strip", z.ZodTypeAny, {
|
|
2788
4066
|
id: string;
|
|
2789
4067
|
name: string;
|
|
@@ -2791,17 +4069,38 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2791
4069
|
sampleRate?: number | undefined;
|
|
2792
4070
|
inputDeviceName?: string | undefined;
|
|
2793
4071
|
outputDeviceName?: string | undefined;
|
|
4072
|
+
inputRouteKey?: string | null | undefined;
|
|
4073
|
+
outputRouteKey?: string | null | undefined;
|
|
4074
|
+
inputDeviceId?: string | undefined;
|
|
4075
|
+
outputDeviceId?: string | undefined;
|
|
4076
|
+
inputHardwareId?: string | undefined;
|
|
4077
|
+
outputHardwareId?: string | undefined;
|
|
2794
4078
|
inputSampleRate?: number | undefined;
|
|
2795
4079
|
outputSampleRate?: number | undefined;
|
|
2796
4080
|
inputBufferSize?: number | undefined;
|
|
2797
4081
|
outputBufferSize?: number | undefined;
|
|
2798
4082
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2799
4083
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4084
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4085
|
+
ifCenterHz?: number | undefined;
|
|
2800
4086
|
bufferSize?: number | undefined;
|
|
2801
4087
|
};
|
|
4088
|
+
updatedAt: number;
|
|
2802
4089
|
createdAt: number;
|
|
2803
4090
|
radio: {
|
|
2804
|
-
type: "
|
|
4091
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4092
|
+
tci?: {
|
|
4093
|
+
host: string;
|
|
4094
|
+
port: number;
|
|
4095
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
4096
|
+
autoDiscoverPorts: boolean;
|
|
4097
|
+
receiver: number;
|
|
4098
|
+
trx: number;
|
|
4099
|
+
vfo: number;
|
|
4100
|
+
audioEnabled: boolean;
|
|
4101
|
+
audioSampleRate: number;
|
|
4102
|
+
url?: string | undefined;
|
|
4103
|
+
} | undefined;
|
|
2805
4104
|
network?: {
|
|
2806
4105
|
host: string;
|
|
2807
4106
|
port: number;
|
|
@@ -2809,6 +4108,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2809
4108
|
serial?: {
|
|
2810
4109
|
path: string;
|
|
2811
4110
|
rigModel: number;
|
|
4111
|
+
serialNumber?: string | undefined;
|
|
2812
4112
|
serialConfig?: {
|
|
2813
4113
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2814
4114
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2834,15 +4134,22 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2834
4134
|
userName?: string | undefined;
|
|
2835
4135
|
password?: string | undefined;
|
|
2836
4136
|
} | undefined;
|
|
4137
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2837
4138
|
transmitCompensationMs?: number | undefined;
|
|
2838
|
-
|
|
4139
|
+
fakeFrequency?: {
|
|
4140
|
+
enabled: boolean;
|
|
4141
|
+
} | undefined;
|
|
4142
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2839
4143
|
pttPort?: string | undefined;
|
|
2840
4144
|
cwKeyPort?: string | undefined;
|
|
2841
4145
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4146
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2842
4147
|
};
|
|
2843
4148
|
audioLockedToRadio: boolean;
|
|
2844
|
-
updatedAt: number;
|
|
2845
4149
|
description?: string | undefined;
|
|
4150
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
4151
|
+
isVirtual?: boolean | undefined;
|
|
4152
|
+
readOnly?: boolean | undefined;
|
|
2846
4153
|
}, {
|
|
2847
4154
|
id: string;
|
|
2848
4155
|
name: string;
|
|
@@ -2850,17 +4157,38 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2850
4157
|
sampleRate?: number | undefined;
|
|
2851
4158
|
inputDeviceName?: string | undefined;
|
|
2852
4159
|
outputDeviceName?: string | undefined;
|
|
4160
|
+
inputRouteKey?: string | null | undefined;
|
|
4161
|
+
outputRouteKey?: string | null | undefined;
|
|
4162
|
+
inputDeviceId?: string | undefined;
|
|
4163
|
+
outputDeviceId?: string | undefined;
|
|
4164
|
+
inputHardwareId?: string | undefined;
|
|
4165
|
+
outputHardwareId?: string | undefined;
|
|
2853
4166
|
inputSampleRate?: number | undefined;
|
|
2854
4167
|
outputSampleRate?: number | undefined;
|
|
2855
4168
|
inputBufferSize?: number | undefined;
|
|
2856
4169
|
outputBufferSize?: number | undefined;
|
|
2857
4170
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2858
4171
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4172
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4173
|
+
ifCenterHz?: number | undefined;
|
|
2859
4174
|
bufferSize?: number | undefined;
|
|
2860
4175
|
};
|
|
4176
|
+
updatedAt: number;
|
|
2861
4177
|
createdAt: number;
|
|
2862
4178
|
radio: {
|
|
2863
|
-
type: "
|
|
4179
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4180
|
+
tci?: {
|
|
4181
|
+
url?: string | undefined;
|
|
4182
|
+
host?: string | undefined;
|
|
4183
|
+
port?: number | undefined;
|
|
4184
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
4185
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
4186
|
+
receiver?: number | undefined;
|
|
4187
|
+
trx?: number | undefined;
|
|
4188
|
+
vfo?: number | undefined;
|
|
4189
|
+
audioEnabled?: boolean | undefined;
|
|
4190
|
+
audioSampleRate?: number | undefined;
|
|
4191
|
+
} | undefined;
|
|
2864
4192
|
network?: {
|
|
2865
4193
|
host: string;
|
|
2866
4194
|
port: number;
|
|
@@ -2868,6 +4196,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2868
4196
|
serial?: {
|
|
2869
4197
|
path: string;
|
|
2870
4198
|
rigModel: number;
|
|
4199
|
+
serialNumber?: string | undefined;
|
|
2871
4200
|
serialConfig?: {
|
|
2872
4201
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2873
4202
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2893,15 +4222,22 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2893
4222
|
password?: string | undefined;
|
|
2894
4223
|
dataMode?: boolean | undefined;
|
|
2895
4224
|
} | undefined;
|
|
4225
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2896
4226
|
transmitCompensationMs?: number | undefined;
|
|
2897
|
-
|
|
4227
|
+
fakeFrequency?: {
|
|
4228
|
+
enabled: boolean;
|
|
4229
|
+
} | undefined;
|
|
4230
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2898
4231
|
pttPort?: string | undefined;
|
|
2899
4232
|
cwKeyPort?: string | undefined;
|
|
2900
4233
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4234
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2901
4235
|
};
|
|
2902
4236
|
audioLockedToRadio: boolean;
|
|
2903
|
-
updatedAt: number;
|
|
2904
4237
|
description?: string | undefined;
|
|
4238
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
4239
|
+
isVirtual?: boolean | undefined;
|
|
4240
|
+
readOnly?: boolean | undefined;
|
|
2905
4241
|
}>;
|
|
2906
4242
|
previousProfileId: z.ZodNullable<z.ZodString>;
|
|
2907
4243
|
wasRunning: z.ZodBoolean;
|
|
@@ -2914,17 +4250,38 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2914
4250
|
sampleRate?: number | undefined;
|
|
2915
4251
|
inputDeviceName?: string | undefined;
|
|
2916
4252
|
outputDeviceName?: string | undefined;
|
|
4253
|
+
inputRouteKey?: string | null | undefined;
|
|
4254
|
+
outputRouteKey?: string | null | undefined;
|
|
4255
|
+
inputDeviceId?: string | undefined;
|
|
4256
|
+
outputDeviceId?: string | undefined;
|
|
4257
|
+
inputHardwareId?: string | undefined;
|
|
4258
|
+
outputHardwareId?: string | undefined;
|
|
2917
4259
|
inputSampleRate?: number | undefined;
|
|
2918
4260
|
outputSampleRate?: number | undefined;
|
|
2919
4261
|
inputBufferSize?: number | undefined;
|
|
2920
4262
|
outputBufferSize?: number | undefined;
|
|
2921
4263
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2922
4264
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4265
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4266
|
+
ifCenterHz?: number | undefined;
|
|
2923
4267
|
bufferSize?: number | undefined;
|
|
2924
4268
|
};
|
|
4269
|
+
updatedAt: number;
|
|
2925
4270
|
createdAt: number;
|
|
2926
4271
|
radio: {
|
|
2927
|
-
type: "
|
|
4272
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4273
|
+
tci?: {
|
|
4274
|
+
host: string;
|
|
4275
|
+
port: number;
|
|
4276
|
+
dialect: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed";
|
|
4277
|
+
autoDiscoverPorts: boolean;
|
|
4278
|
+
receiver: number;
|
|
4279
|
+
trx: number;
|
|
4280
|
+
vfo: number;
|
|
4281
|
+
audioEnabled: boolean;
|
|
4282
|
+
audioSampleRate: number;
|
|
4283
|
+
url?: string | undefined;
|
|
4284
|
+
} | undefined;
|
|
2928
4285
|
network?: {
|
|
2929
4286
|
host: string;
|
|
2930
4287
|
port: number;
|
|
@@ -2932,6 +4289,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2932
4289
|
serial?: {
|
|
2933
4290
|
path: string;
|
|
2934
4291
|
rigModel: number;
|
|
4292
|
+
serialNumber?: string | undefined;
|
|
2935
4293
|
serialConfig?: {
|
|
2936
4294
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
2937
4295
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -2957,15 +4315,22 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2957
4315
|
userName?: string | undefined;
|
|
2958
4316
|
password?: string | undefined;
|
|
2959
4317
|
} | undefined;
|
|
4318
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
2960
4319
|
transmitCompensationMs?: number | undefined;
|
|
2961
|
-
|
|
4320
|
+
fakeFrequency?: {
|
|
4321
|
+
enabled: boolean;
|
|
4322
|
+
} | undefined;
|
|
4323
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
2962
4324
|
pttPort?: string | undefined;
|
|
2963
4325
|
cwKeyPort?: string | undefined;
|
|
2964
4326
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4327
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
2965
4328
|
};
|
|
2966
4329
|
audioLockedToRadio: boolean;
|
|
2967
|
-
updatedAt: number;
|
|
2968
4330
|
description?: string | undefined;
|
|
4331
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
4332
|
+
isVirtual?: boolean | undefined;
|
|
4333
|
+
readOnly?: boolean | undefined;
|
|
2969
4334
|
};
|
|
2970
4335
|
wasRunning: boolean;
|
|
2971
4336
|
previousProfileId: string | null;
|
|
@@ -2978,17 +4343,38 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2978
4343
|
sampleRate?: number | undefined;
|
|
2979
4344
|
inputDeviceName?: string | undefined;
|
|
2980
4345
|
outputDeviceName?: string | undefined;
|
|
4346
|
+
inputRouteKey?: string | null | undefined;
|
|
4347
|
+
outputRouteKey?: string | null | undefined;
|
|
4348
|
+
inputDeviceId?: string | undefined;
|
|
4349
|
+
outputDeviceId?: string | undefined;
|
|
4350
|
+
inputHardwareId?: string | undefined;
|
|
4351
|
+
outputHardwareId?: string | undefined;
|
|
2981
4352
|
inputSampleRate?: number | undefined;
|
|
2982
4353
|
outputSampleRate?: number | undefined;
|
|
2983
4354
|
inputBufferSize?: number | undefined;
|
|
2984
4355
|
outputBufferSize?: number | undefined;
|
|
2985
4356
|
outputSampleFormat?: "float32" | "int16" | undefined;
|
|
2986
4357
|
outputChannelMode?: "mono" | "left" | "right" | "both" | undefined;
|
|
4358
|
+
inputSignalType?: "af" | "icom-12k-if" | undefined;
|
|
4359
|
+
ifCenterHz?: number | undefined;
|
|
2987
4360
|
bufferSize?: number | undefined;
|
|
2988
4361
|
};
|
|
4362
|
+
updatedAt: number;
|
|
2989
4363
|
createdAt: number;
|
|
2990
4364
|
radio: {
|
|
2991
|
-
type: "
|
|
4365
|
+
type: "icom-wlan" | "tci" | "network" | "none" | "serial";
|
|
4366
|
+
tci?: {
|
|
4367
|
+
url?: string | undefined;
|
|
4368
|
+
host?: string | undefined;
|
|
4369
|
+
port?: number | undefined;
|
|
4370
|
+
dialect?: "auto" | "expertsdr-1.4" | "expertsdr-1.5-1.8" | "expertsdr-1.9-2.0" | "aethersdr-1.5" | "thetis-2.0" | "generic-observed" | undefined;
|
|
4371
|
+
autoDiscoverPorts?: boolean | undefined;
|
|
4372
|
+
receiver?: number | undefined;
|
|
4373
|
+
trx?: number | undefined;
|
|
4374
|
+
vfo?: number | undefined;
|
|
4375
|
+
audioEnabled?: boolean | undefined;
|
|
4376
|
+
audioSampleRate?: number | undefined;
|
|
4377
|
+
} | undefined;
|
|
2992
4378
|
network?: {
|
|
2993
4379
|
host: string;
|
|
2994
4380
|
port: number;
|
|
@@ -2996,6 +4382,7 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
2996
4382
|
serial?: {
|
|
2997
4383
|
path: string;
|
|
2998
4384
|
rigModel: number;
|
|
4385
|
+
serialNumber?: string | undefined;
|
|
2999
4386
|
serialConfig?: {
|
|
3000
4387
|
data_bits?: "5" | "6" | "7" | "8" | undefined;
|
|
3001
4388
|
stop_bits?: "1" | "2" | undefined;
|
|
@@ -3021,15 +4408,22 @@ export declare const ProfileChangedEventSchema: z.ZodObject<{
|
|
|
3021
4408
|
password?: string | undefined;
|
|
3022
4409
|
dataMode?: boolean | undefined;
|
|
3023
4410
|
} | undefined;
|
|
4411
|
+
digitalModeRadioMode?: "usb" | "none" | "usb-data" | undefined;
|
|
3024
4412
|
transmitCompensationMs?: number | undefined;
|
|
3025
|
-
|
|
4413
|
+
fakeFrequency?: {
|
|
4414
|
+
enabled: boolean;
|
|
4415
|
+
} | undefined;
|
|
4416
|
+
pttMethod?: "cat" | "dtr" | "rts" | "vox" | undefined;
|
|
3026
4417
|
pttPort?: string | undefined;
|
|
3027
4418
|
cwKeyPort?: string | undefined;
|
|
3028
4419
|
cwKeyMethod?: "dtr" | "rts" | undefined;
|
|
4420
|
+
cwKeyActiveLevel?: "high" | "low" | undefined;
|
|
3029
4421
|
};
|
|
3030
4422
|
audioLockedToRadio: boolean;
|
|
3031
|
-
updatedAt: number;
|
|
3032
4423
|
description?: string | undefined;
|
|
4424
|
+
txAudioInputSource?: "network" | "usb" | "auto" | "mic" | "accessory" | "line" | "spdif" | "mic+usb" | "mic+accessory" | "unchanged" | undefined;
|
|
4425
|
+
isVirtual?: boolean | undefined;
|
|
4426
|
+
readOnly?: boolean | undefined;
|
|
3033
4427
|
};
|
|
3034
4428
|
wasRunning: boolean;
|
|
3035
4429
|
previousProfileId: string | null;
|