hono icon indicating copy to clipboard operation
hono copied to clipboard

Explanation of Connection Event is unclear

Open b-abel opened this issue 5 years ago • 0 comments

The specification of the Connection Event states:

The AMQP message for a connection event MUST contain the following properties in addition to the standard event properties:

| Name | Mandatory | Location | Type | Description | | :------------- | :-------: | :----------------------- | :-------- | :---------- | | content-type | yes | properties | symbol | Must be set to application/vnd.eclipse-hono-dc-notification+json | | device_id | yes | application-properties | string | The ID of the authenticated device |

The property device_id is already part of the standard event properties but the description differs from the specification in: https://www.eclipse.org/hono/docs/api/telemetry/#forward-telemetry-data. The implication of the difference in the description is not clear.

b-abel avatar Nov 03 '20 18:11 b-abel