Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about version info #74

Open
pepelillo opened this issue Sep 21, 2022 · 3 comments
Open

Question about version info #74

pepelillo opened this issue Sep 21, 2022 · 3 comments

Comments

@pepelillo
Copy link

Hello, is there any method to get the version info via CLI?
I do not found it in docs and the CLI -h info.
Thanks

@kk7ds
Copy link
Owner

kk7ds commented Sep 21, 2022

Yes:

https://github.com/kk7ds/pynx584/blob/master/nx584_client#L180

And yes, the lack of useful CLI --help output is something that needs fixing. Perhaps I should change the name of this issue to reflect that need, since the version thing exists?

@pepelillo
Copy link
Author

pepelillo commented Sep 22, 2022

but isn't it a parameter to get the panel version from the client? or am I wrong?
I meant the pynx584 version...... server (and client)

@kk7ds
Copy link
Owner

kk7ds commented Sep 22, 2022

No:

https://github.com/kk7ds/pynx584/blob/master/nx584/api.py#L166-L171

It's not really the pynx584 version, but the API version. Maybe it's not granular enough for what you're asking for, but it does let you know if you're talking to a new-enough-for-your-client version of the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants