This API will act as the unified front for all aspects of CSH's Smart Room display at Imagine RIT. The various elements and their respective functionality will be detailed here. Hosted at smartroom-api.csh.rit.edu via Openshift.
URL | Method | Description | URL Params | Body Params | Response |
---|---|---|---|---|---|
/shades/ | GET | Get status of the shades | N/A | N/A | {"howOpen": "45"} |
/shades/ | POST | Move shades to desired height | N/A | howOpen: number between 0 and 100, with 0 being fully closed | Success |