Initial Ktor backend skeleton with ProtocolMessage DTO, REST and WebSocket

This commit is contained in:
2026-04-01 18:29:10 +03:00
parent b0a48e94bd
commit 6f3584fe6d
16 changed files with 80 additions and 19 deletions

View File

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