1
0
Files
reap-api-bruno-collection/01-device-info/pressure-test.bru
2026-02-16 16:55:57 +01:00

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)
}