journal API: + asset_code a error_msg — diagnostika selhaných zápisů bez SSH
All checks were successful
CI and deploy / migration-check (push) Successful in 19s
CI and deploy / deploy (push) Successful in 1m14s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dusan Vojacek
2026-06-12 23:48:32 +02:00
parent 042581681b
commit fb9d0f107a
2 changed files with 8 additions and 2 deletions

View File

@@ -414,6 +414,8 @@ class ModbusJournalCommandRow(BaseModel):
status: str
attempt_count: int
created_at: str
asset_code: str | None = None
error_msg: str | None = None
class ModbusJournalListResponse(BaseModel):