aws / Jobs-for-AWS-IoT-embedded-sdk

Client library for using AWS IoT Jobs service on embedded devices
MIT License
12 stars 35 forks source link

Optional status details #105

Closed kstribrnAmzn closed 1 day ago

kstribrnAmzn commented 2 weeks ago

Description of changes: Add optional status details messaging to the Jobs_UpdateMsg API. This API will do minimal payload verification - only verifying that the status details is valid JSON. It is up to the user to ensure the key-value format of the payload.

This will need to be rebased after https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/pull/104 is merged.

Issue #, if available: https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/issues/102

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.