Expose active temp card state on room responses
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s

This commit is contained in:
androidlover5842
2026-01-28 17:56:59 +05:30
parent 2591768efb
commit b52cb1a88d
3 changed files with 44 additions and 10 deletions

View File

@@ -10,7 +10,9 @@ data class RoomResponse(
val hasNfc: Boolean,
val active: Boolean,
val maintenance: Boolean,
val notes: String?
val notes: String?,
val tempCardActive: Boolean = false,
val tempCardExpiresAt: String? = null
)
data class RoomBoardResponse(