feat: add current room occupancy endpoint
This commit is contained in:
@@ -71,6 +71,7 @@ defmodule Localiser.Web.Router do
|
||||
|
||||
resources "/floors", FloorController, except: [:new, :edit]
|
||||
resources "/floors/:floor_id/rooms", RoomController, except: [:new, :edit]
|
||||
get "/tags/occupancy", TagController, :occupancy
|
||||
resources "/tags", TagController, except: [:new, :edit]
|
||||
|
||||
# Sensors
|
||||
|
||||
Reference in New Issue
Block a user