1
0

petr's changes

This commit is contained in:
2026-02-16 16:55:57 +01:00
parent e790d12ea1
commit 7d898e04f2
31 changed files with 416 additions and 35 deletions

View File

@@ -0,0 +1,24 @@
meta {
name: Standby Mode
type: http
seq: 9
}
post {
url: {{base_url}}/sbm
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~s: 0
}
docs {
# Standby Mode
Enter standby mode.
## Set Parameters
- `s`: Standby flag (1 = enabled, 0 = disabled)
}