> For the complete documentation index, see [llms.txt](https://tip-1.gitbook.io/openwifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tip-1.gitbook.io/openwifi/developer-resources/sdk-kafka/device-event-queue.md).

# Device Event Queue

## Single Event (DHCP Example)

```json
{
  "system": {
    "id": 1637414624750592500,
    "host": "https://owgw-owgw:17002"
  },
  "payload": {
    "events": {
      "dhcp": []
    },
    "serial": "c44bd1005b30",
    "status": {
      "error": 0,
      "text": "Success"
    },
    "uuid": 1656049674
  }
```

## Multiple Events

```json
{
  "system": {
    "id": 1637414624750592500,
    "host": "https://owgw-owgw:17002"
  },
  "payload": {
    "events": {
      "dhcp": [],
      "wifi": []
    },
    "serial": "0000c1018812",
    "status": {
      "error": 0,
      "text": "Success"
    },
    "uuid": 1657087470
  }
}
```
