Archive stale documentation

This commit is contained in:
2026-06-07 09:52:24 -06:00
parent dc8340a1ec
commit f609f2ea43
15 changed files with 23 additions and 15 deletions
@@ -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"
}