Finalize parity documentation and validation guides

This commit is contained in:
2026-06-04 17:02:40 -06:00
parent 37684a55eb
commit aa0bc50acb
6 changed files with 210 additions and 0 deletions
+40
View File
@@ -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"
}