Initial Ktor backend skeleton with ProtocolMessage DTO, REST and WebSocket
This commit is contained in:
12
protocol/examples/response.json
Normal file
12
protocol/examples/response.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"v": 1,
|
||||
"id": "resp-123",
|
||||
"type": "response",
|
||||
"ts": 1710000001,
|
||||
"deviceId": "esp32-001",
|
||||
"payload": {
|
||||
"requestId": "cmd-123",
|
||||
"status": "ok",
|
||||
"data": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user