You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
AWS IoT doesn't send an id field in a shadow document unless a device included one. The MQTT spec does not allow publishing to a wildcard topic so, in the wildcard subscription example you describe, the thing name would be included in the topics of update document response messages published by AWS IoT. You would use that to identify the thing from which the document originated.
I've tested this a couple of ways and haven't seen an id field in a shadow document. If you have seen this, could you provide an example, please?
https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-document.html
At least
$aws/things/+/shadow/update/documents
topics should produce documents with"id"
fields, but this is not documented anywhere.The text was updated successfully, but these errors were encountered: