Open Issues Need Help
View All on GitHubAI Summary: The task involves modifying the EdgeX Device C SDK to trigger a device update listener callback when a device's associated profile name or autoevents change. This requires updating the `devmap.c` file to set the `outcome` to `UPDATED_DRIVER` in these scenarios, ensuring the listener is notified. A pull request with the provided patch needs to be created and reviewed.
Complexity:
4/5
bug help wanted
Add support for ObjectArray value type 2 months ago
AI Summary: Implement support for ObjectArray value type in the EdgeX C device SDK, mirroring the functionality already present in the Go device SDK. This involves adding the necessary data structures and functions to handle arrays of objects within the C SDK's device service framework.
Complexity:
4/5
enhancement help wanted