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:
- key: room key (private)
- state: 0/1: 0 if room is empty, 1 if room is full
Admin endpoints
Admin endpoints exist for updating the keys and adding/removing rooms. Check the repo readme for those.