GitBook: [#1] No subject

This commit is contained in:
Jaspreet Sachdev
2022-09-22 13:52:42 +00:00
committed by gitbook-bot
parent 97caf995c6
commit a3dea0eaea
254 changed files with 27406 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# 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
}
}
```