feat:#3 frontend room occupancy decoder

This commit is contained in:
survellow
2024-05-26 23:28:44 +02:00
parent 5ca1f27edd
commit 7575286cf4
16 changed files with 665 additions and 8 deletions

View File

@ -34,7 +34,7 @@ import (
"go.mongodb.org/mongo-driver/bson"
)
const RoomOccupancyGranularity = 5
const RoomOccupancyGranularity = 15
func AddRoutes(app *pocketbase.PocketBase) {