Intel Galileo project for Caffeine Routine
Verb: POST
Description: Tells the Keurig to heat up.
Verb: POST
Description: Tell the Keurig to start brewing.
Request Body:
{
size: 'SIZE'
}
Size can be:
- small
- medium
- large
Verb: GET
Description: Returns the schedule.
Response Body:
[
"date_time_1",
"date_time_2",
"date_time_n"
]
Verb: POST
Description: Sets the schedule.
Request Body:
[
"date_time_1",
"date_time_2",
"date_time_n"
]