Files
wlan-docs/developer-resources/sdk-kafka/device-event-queue.md
2022-07-07 14:02:06 +00:00

46 lines
653 B
Markdown

# 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
}
}
```