Is there an MQTT topic to which I can post a JSON message from a physical device to update the device metadata? For example, I can post the following message to https://{url}/inventory/managedObjects/{id} to update the device metadata:
This option let’s you add any custom fragment. To get the necessary managed object id, you can send 123 to s/us and you’ll receive the ID on topic s/ds.
If it’s only about the c8y_Hardware and c8y_RequiredInterval properties - there are static templates you can use:
mqtt client id: {external-id of your device}
topic: s/us
payload:
110,1234567890
117,1
If you’re using thin-edge (a powerful edge-framework supporting you for device-integration), these two links should help: