HodginAustin / Winter-Is-Coming

Senior Design Repo
3 stars 0 forks source link

Fixed daily state overriding on zone #62

Closed CarvellWakeman closed 6 years ago

CarvellWakeman commented 6 years ago

This involves a change to the API to modify the new route for adding a list of daily state IDs for days of the week.

Now, it takes a JSON object with sub objects with key:value pairs in the form of dayOfWeekName:dailyStateID ex: { {"sunday":2}, {"wednesday":3}, {"thursday":0} }