petr's changes
This commit is contained in:
27
01-device-info/pressure-test.bru
Normal file
27
01-device-info/pressure-test.bru
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user