Archive stale documentation
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# Temperature API
|
||||
|
||||
## Scan
|
||||
|
||||
POST
|
||||
|
||||
/temps/scan
|
||||
|
||||
Response:
|
||||
|
||||
{
|
||||
"type":"temp_scan_response",
|
||||
"ok":true
|
||||
}
|
||||
|
||||
## Assign
|
||||
|
||||
POST
|
||||
|
||||
/temps/assign
|
||||
|
||||
Body:
|
||||
|
||||
{
|
||||
"id":"temp_1",
|
||||
"index":1
|
||||
}
|
||||
|
||||
## Clear
|
||||
|
||||
POST
|
||||
|
||||
/temps/clear
|
||||
|
||||
Body:
|
||||
|
||||
{
|
||||
"id":"temp_1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user