rice: Formatting fix.

This commit is contained in:
William Floyd 2018-06-22 21:10:17 -04:00
parent 221c0b427b
commit 690f696921
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9

View file

@ -52,7 +52,7 @@ I tentatively (with no real experience designing them) plan on my API being some
- `/action/light/set` - *Change lighting mode, with optional duration* - `/action/light/set` - *Change lighting mode, with optional duration*
- `/action/temperature/kill` - *Stops all heating/cooling, lets the cooker cool to room temperature alone* - `/action/temperature/kill` - *Stops all heating/cooling, lets the cooker cool to room temperature alone*
- `/action/temperature/set` - *Heat/cool to given temperature, then hold. Should allow setting a target heat/cool rate. Should allow setting a hold duration* - `/action/temperature/set` - *Heat/cool to given temperature, then hold. Should allow setting a target heat/cool rate. Should allow setting a hold duration*
- `/routine/cook/list - *List known cooking routines (proxy to `/settings/cook/recipe/list`)* - `/routine/cook/list` - *List known cooking routines (proxy to `/settings/cook/recipe/list`)*
- `/routine/cook/start` - *Start a routine* - `/routine/cook/start` - *Start a routine*
- `/routine/cook/kill` - *Kill any current running routine* - `/routine/cook/kill` - *Kill any current running routine*
- `/routine/cook/schedule/list` - *List any scheduled routines* - `/routine/cook/schedule/list` - *List any scheduled routines*