Update rigctl and rigctld man pages to add set_lock_mode and get_lock_mode

pull/1045/head
Mike Black W9MDB 2022-05-30 22:26:38 -05:00
rodzic 2cfc02a10c
commit ab0e3f3d2b
2 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -1217,6 +1217,16 @@ before sending the next command to the radio.
.BR password " \(aq" \fIPassword\fP \(aq
Sends password to rigctld when rigctld has been secured with -A. Must use the 32-char shared secret from rigctld.
.
.TP
.BR set_lock_mode " \(aq" \fILocked\fP \(aq
Turns mode lock on(1) or off(0). Turning on will prevent all clients from changing the rig mode.
For example this is useful when running CW Skimmer in FM mode on an IC-7300. Clicking spots
in a spotting program will not change the VFOA mode when lock is on. So "set_lock_mode 1" when
CW Skimmer is started and "set_lock_mode 0" when CW Skimmer is stopped.
.
.TP
.BR get_lock_mode
Returns current lock mode status 1=On, 2=Off
.
.SH READLINE
.

Wyświetl plik

@ -1140,6 +1140,17 @@ Set vfo option Status 1=on or 0=off
This is the same as using the -o switch for rigctl and ritctld.
This can be dyamically changed while running.
.
.TP
.BR set_lock_mode " \(aq" \fILocked\fP \(aq
Turns mode lock on(1) or off(0). Turning on will prevent all clients from changing the rig mode.
For example this is useful when running CW Skimmer in FM mode on an IC-7300. Clicking spots
in a spotting program will not change the VFOA mode when lock is on. So "set_lock_mode 1" when
CW Skimmer is started and "set_lock_mode 0" when CW Skimmer is stopped.
.
.TP
.BR get_lock_mode
Returns current lock mode status 1=On, 2=Off
.
.
.SH PROTOCOL
.