-
Notifications
You must be signed in to change notification settings - Fork 92
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: supply string type #262
Conversation
Signed-off-by: vm_ubuntu20.04 <[email protected]>
change log:
|
@weichou1229 |
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.
We changed the DeviceProfile data model.
Please modify the sample profile. Here is the example:
https://github.com/edgexfoundry/device-modbus-go/blob/b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc/cmd/res/profiles/modbus.test.device.profile.yml
Signed-off-by: vm_ubuntu20.04 <[email protected]>
Signed-off-by: vm_ubuntu20.04 <[email protected]>
Signed-off-by: vm_ubuntu20.04 <[email protected]>
@weichou1229 |
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.
No problem.
Since we change the data model in V2, please verify the GET and PUT command works with edgex-go master branch.
Signed-off-by: vm_ubuntu20.04 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #262 +/- ##
==========================================
- Coverage 42.25% 41.16% -1.09%
==========================================
Files 6 6
Lines 542 566 +24
==========================================
+ Hits 229 233 +4
- Misses 275 293 +18
- Partials 38 40 +2
Continue to review full report at Codecov.
|
@weichou1229 |
@hongda3141
|
thanks very much,i`ll fix that |
@weichou1229 hi,i found there is no edgex-lanch.sh in branch master, could you tell me which branch did you used for edgex-go? i always used and tested in fuji, but i think maybe it is too old for v2 version. |
It was removed in master branch
master branch You can use the following script before community add it back.
|
thanks a lot |
Signed-off-by: vm_ubuntu20.04 <[email protected]>
@weichou1229 |
…ngType Signed-off-by: vm_ubuntu20.04 <[email protected]>
Signed-off-by: vm_ubuntu20.04 <[email protected]>
@weichou1229 |
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
hold until 2.0.0 release |
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
PR Checklist
Please check if your PR fulfills the following requirements:
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/device-modbus-go/blob/master/.github/Contributing.md
What is the current behavior?
Issue Number:
What is the new behavior?
Does this PR introduce a breaking change?
New Imports
Specific Instructions
Other information