Created
November 15, 2024 10:31
-
-
Save johnjohndoe/1f96ca8c2cecc44a05f28e28548d545d to your computer and use it in GitHub Desktop.
FOSDEM room states / sample response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"roomname": "Room A", | |
"state": 0 | |
}, | |
{ | |
"roomname": "Room B", | |
"state": 1 | |
}, | |
{ | |
"roomname": "Room C", | |
"state": 2 | |
}, | |
{ | |
"roomname": "Room D", | |
"state": -1 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment