-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat: Add Client API to Support object value type in Set Command #676
Conversation
2c25691
to
dfe6fab
Compare
Codecov Report
@@ Coverage Diff @@
## main #676 +/- ##
==========================================
+ Coverage 62.39% 62.42% +0.03%
==========================================
Files 75 75
Lines 2795 2808 +13
==========================================
+ Hits 1744 1753 +9
- Misses 884 886 +2
- Partials 167 169 +2
Continue to review full report at Codecov.
|
Make the Set Command payload to allow object value type parameters. Closes edgexfoundry#675 Signed-off-by: bruce <[email protected]>
dfe6fab
to
f861285
Compare
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.
LGTM
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.
LGTM
…exfoundry#676) Make the Set Command payload to allow object value type parameters. Closes edgexfoundry#675 Signed-off-by: bruce <[email protected]>
Make the Set Command payload to allow object value type parameters.
Closes #675
Signed-off-by: bruce [email protected]
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)feat(command): Support object value type in Set Command edgex-go#3762
Testing Instructions
New Dependency Instructions (If applicable)