Expose active temp card state on room responses
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user