We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deploy EdgeX with compose file.
Create a new profile with attached file. Test-Profile-3.yaml.zip
Query the profile by API http://localhost:59882/api/v2/deviceprofile/name/Test-Profile-3
http://localhost:59882/api/v2/deviceprofile/name/Test-Profile-3
deviceResources displayed like as below.
{ "description": "Generate device FLOAT32 value", "name": "DeviceValue_FLOAT32_R", "isHidden": true, "tag": "humidity", "properties": { "valueType": "Float32", "readWrite": "R", "units": "", "minimum": "", "maximum": "", "defaultValue": "", "mask": "", "shift": "", "scale": "", "offset": "", "base": "", "assertion": "", "mediaType": "" },
Expected behavior:
{ "description": "Generate device FLOAT32 value", "name": "DeviceValue_FLOAT32_R", "isHidden": true, "tag": "humidity", "properties": { "valueType": "Float32", "readWrite": "R", }
Deployment Environment: x86 / Ubuntu
EdgeX Version [REQUIRED]: main
Anything else relevant?
The text was updated successfully, but these errors were encountered:
we should re-visit this issue after edgexfoundry/go-mod-core-contracts#770 is resolved
Sorry, something went wrong.
@cherrycl please help verify this issue again
This issue was fixed.
No branches or pull requests
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: MetadataIs this a regression?
No, this behavior also existed on Levski.Description and Minimal Reproduction [REQUIRED]
Deploy EdgeX with compose file.
Create a new profile with attached file.
Test-Profile-3.yaml.zip
Query the profile by API
http://localhost:59882/api/v2/deviceprofile/name/Test-Profile-3
🔥 Exception or Error
deviceResources displayed like as below.
Expected behavior:
🌍 Your Environment
Deployment Environment: x86 / Ubuntu
EdgeX Version [REQUIRED]: main
Anything else relevant?
The text was updated successfully, but these errors were encountered: