Please add event timestamp to eventsocket JSON

Would it be possible to add the event timestamp to the JSON objects in the eventsocket JSONL stream ? Rhe Event object exposes its timestamp as Unix time, so it should be easy to add, assuming adding a new key to the streamed JSON won't break existing tools consuming from the eventsocket... @gopher.ny

{
  "source": "DEVICE",
  "name": "roomState",
  "displayName": "Aqara FP300",
  "value": "occupied",
  "type": "null",
  "unit": "null",
  "deviceId": 120,
  "hubId": 0,
  "installedAppId": 0,
  "descriptionText": "null"
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.