python icon indicating copy to clipboard operation
python copied to clipboard

CLI needs "--get-owner" command (and "--get owner" should work too)

Open lemketron opened this issue 7 months ago • 1 comments

The CLI has "--set-owner" but no "--get-owner" command and "--get owner" doesn't work either.

Getting the owner would seem to be the easiest way to confirm that you're talking to the desired radio especially when doing remote admin.

It's also an easy and non-destructive way to very connectivity to the radio, whether local or remote.

lemketron avatar May 15 '25 16:05 lemketron

I have not looked at the code, but I surmise that: (a) names are handled differently from other configuration attributes (b) they are referred to by various (apparently) equivalent names (i) owner, user.longName (ii) owner_short, user.shortName

roberthadow avatar Oct 04 '25 22:10 roberthadow