1
0

initial push

This commit is contained in:
Kwimbee
2026-02-13 11:17:41 +01:00
commit bfc9763f05
22 changed files with 631 additions and 0 deletions

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

View File

@@ -0,0 +1,30 @@
meta {
name: Device Temperatures
type: http
seq: 2
}
post {
url: {{base_url}}/reset_temps
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~index: 0
}
docs {
# Device Temperatures
Get or reset device temperature values.
## Set Parameters
- `index` (optional): Index of value to reset (0-3)
## Response
- `t0-t3`: Current temperatures (C/F based on unit)
- `tm0-tm3`: Max temperatures
- `tmr0-tmr3`: Max resetable temperatures
- `status`: 0 if success
}

3
03-counters/folder.bru Normal file
View File

@@ -0,0 +1,3 @@
meta {
name: 03-counters
}