feat: added RIT and XIT for Icom
This commit is contained in:
@@ -702,6 +702,14 @@ export function IcomSetRFPower(arg1) {
|
||||
return window['go']['main']['App']['IcomSetRFPower'](arg1);
|
||||
}
|
||||
|
||||
export function IcomSetRIT(arg1) {
|
||||
return window['go']['main']['App']['IcomSetRIT'](arg1);
|
||||
}
|
||||
|
||||
export function IcomSetRITOn(arg1) {
|
||||
return window['go']['main']['App']['IcomSetRITOn'](arg1);
|
||||
}
|
||||
|
||||
export function IcomSetScope(arg1) {
|
||||
return window['go']['main']['App']['IcomSetScope'](arg1);
|
||||
}
|
||||
@@ -714,6 +722,10 @@ export function IcomSetSplit(arg1) {
|
||||
return window['go']['main']['App']['IcomSetSplit'](arg1);
|
||||
}
|
||||
|
||||
export function IcomSetXITOn(arg1) {
|
||||
return window['go']['main']['App']['IcomSetXITOn'](arg1);
|
||||
}
|
||||
|
||||
export function IcomTune() {
|
||||
return window['go']['main']['App']['IcomTune']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user