Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 930 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 930 Bytes

CSH Smart Room Unified API

PHP from Travis config License:MIT

Overview

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.

Connections

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