Add HTTP API contract fixtures

This commit is contained in:
2026-06-07 10:15:33 -06:00
parent d9b851aa53
commit ec39182bbd
15 changed files with 448 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"type": "temp_scan_response",
"ok": true,
"devices": [
{
"index": 1,
"address": "28ff001122334455"
}
]
}