1
0

petr's changes

This commit is contained in:
2026-02-16 16:55:57 +01:00
parent e790d12ea1
commit 7d898e04f2
31 changed files with 416 additions and 35 deletions

View File

@@ -0,0 +1,27 @@
meta {
name: Pressure Test
type: http
seq: 10
}
post {
url: {{base_url}}/prst
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~btn: 1
}
docs {
# Pressure Test
Read pressure test status or control the test.
## Set Parameters
- `btn` (optional): 1 = start test, 2 = cancel test
## Response
- Status payload used by the device UI (fields may vary)
}