feat: verify recovery, game continuity, and resource stability

This commit is contained in:
2026-09-01 22:19:23 +03:00
parent 64f1cb35cc
commit f39f60553f
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ components:
properties:
ok: { type: boolean, enum: [true] }
uptimeMs: { $ref: '#/components/schemas/GameId' }
wifiState: { type: string, enum: [not_configured, connecting, connected] }
wifiState: { type: string, enum: [not_configured, connecting, connected, fallback] }
freeHeapBytes: { $ref: '#/components/schemas/GameId' }
minimumFreeHeapBytes: { $ref: '#/components/schemas/GameId' }
largestFreeBlockBytes: { $ref: '#/components/schemas/GameId' }