Files
iot_skeleton/protocol/examples/event.json

12 lines
204 B
JSON

{
"v": 1,
"id": "evt-123",
"type": "event",
"ts": 1710000003,
"deviceId": "esp32-001",
"payload": {
"event": "overheat",
"level": "warning",
"message": "Temperature too high"
}
}