Explanation of Connection Event is unclear
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.