30 lines
408 B
Plaintext
30 lines
408 B
Plaintext
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
|
|
}
|