2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI 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

Owner: Device WG

C

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

Owner: Device WG

C