Devroom status API

This site contains different endpoints to set or fetch the status of a room (full/empty).

Public endpoints

/roomstatus/v1/listrooms
List the current status of all rooms.

Devroom endpoint

/roomstatus/v1/updateroom?key=xxx&state=1"
Set the current status of a room. Required parameters:

Admin endpoints

Admin endpoints exist for updating the keys and adding/removing rooms. Check the repo readme for those.