-
Notifications
You must be signed in to change notification settings - Fork 10
add CLI interface for setting priority route #96
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
add CLI interface for setting priority route #96
Conversation
applications/zpc/components/zpc_stdin/src/zpc_stdin_command_handling.cpp
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are looking good, side remark did you use clang-format ? I am asking because check is not done by CI, I should enable this sooner than later
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
ec4c999
to
d3004b3
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
d3004b3
to
5c13030
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
5c13030
to
e83357c
Compare
I rebased to trigger tests: https://github.com/SiliconLabsSoftware/z-wave-protocol-controller/actions/runs/15049657506 it is passing (for some reason it does not show up in the PR) May you update the commit message to explain how this was tested. |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
e83357c
to
819e846
Compare
Updated the PR to fix style (use clang-format-17). |
What do you mean by how it was tested? Only a few ad-hoc/manual tests + the new unit tests. What's the process/flow for the project? |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
819e846
to
1b605b2
Compare
applications/zpc/components/zpc_stdin/src/zpc_stdin_command_handling.cpp
Outdated
Show resolved
Hide resolved
applications/zpc/components/zpc_stdin/src/zpc_stdin_command_handling.cpp
Show resolved
Hide resolved
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
1b605b2
to
04e3289
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
04e3289
to
c13aff0
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
c13aff0
to
d19e676
Compare
I see it was tested with: May you:
Update: I made a test on my fork, to check if everything still build after ci changes: Testables assets (are not published on purpose) but can be downloaded from: https://github.com/rzr/z-wave-protocol-controller/actions/runs/15189766930/job/42751498166 Artifact z-wave-protocol-controller-ver_1.7.0-91-gd19e676a6-amd64.zip successfully finalized. Artifact ID 3181745132 |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
d19e676
to
0c541a6
Compare
This zwave_command_class_user_code_test failing test is sporadic It would help to get it fixed in other PR I think I have found the cause i am testing it, and then we can merge |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
0c541a6
to
ee3c6b9
Compare
Btw here are testable for RPI: |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
ee3c6b9
to
3900056
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
3900056
to
838c449
Compare
@rzr now that tests are fixed. Is this ready for merge? |
yes, may other sec fixes merged before to have them grouped but if hurry we can merge it now, meanwhile any testers feedback ? |
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14. Origin: #96
838c449
to
27036ba
Compare
Enables the use of the CLI to set the priority route, as defined in the Z-Wave Host API Specification 4.4.3.14.
Related-to: UIC-3657
Change
Checklist