28 lines
391 B
Plaintext
28 lines
391 B
Plaintext
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)
|
|
}
|