initial push
This commit is contained in:
29
03-counters/Device Hours.bru
Normal file
29
03-counters/Device Hours.bru
Normal file
@@ -0,0 +1,29 @@
|
||||
meta {
|
||||
name: Device Hours
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/reset_hours
|
||||
body: formUrlEncoded
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:form-urlencoded {
|
||||
~index: 0
|
||||
}
|
||||
|
||||
docs {
|
||||
# Device hours
|
||||
|
||||
Get or reset device hours values.
|
||||
|
||||
## Set Parameters
|
||||
- `index` (optional): Index of value to reset (0-3)
|
||||
|
||||
## Response
|
||||
- `h0-h3`: Value
|
||||
- `hr0-hr3`: Resetable value
|
||||
- `status`: 0 if success
|
||||
}
|
||||
Reference in New Issue
Block a user