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

Command line help incorrect #6

Closed
Race666 opened this issue Nov 4, 2019 · 2 comments
Closed

Command line help incorrect #6

Race666 opened this issue Nov 4, 2019 · 2 comments

Comments

@Race666
Copy link

Race666 commented Nov 4, 2019

Hi,

Command line help of write/read does not show the expected order:

java -jar /opt/calimero-server/calimero-tools-2.4-rc1.jar write
Available commands for process communication:
  read <DPT> <KNX address>           read from group address
  write <DPT> <value> <KNX address>  write to group address

Correct order is

write <KNX address> <DPT> <value>

Used ProcComm.java as reference.

Michael

@bmalinowsky
Copy link
Collaborator

@Race666 Thank you for your report!

@Race666
Copy link
Author

Race666 commented Nov 6, 2019

@bmalinowsky Thanks for your work! I recommended some vistors of my blog to switch from knxd to calimero (knxd has some issues USB interfaces) and it "works great"

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