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,38 @@
meta {
name: Date/Time Settings
type: http
seq: 12
}
post {
url: {{base_url}}/ldt_s
body: formUrlEncoded
auth: inherit
}
body:form-urlencoded {
~dtmo: 1
~dty: 2026
~dtd: 1
~dth: 0
~dtmi: 0
~dts: 0
}
docs {
# Date/Time Settings
Configure device date and time.
## Set Parameters
- `dtmo`: Month (1-12)
- `dty`: Year
- `dtd`: Day (1-days in month)
- `dth`: Hour (0-23)
- `dtmi`: Minute (0-59)
- `dts`: Second (0-59)
## Response
- `dtmo`, `dty`, `dtd`, `dth`, `dtmi`, `dts`
- `status`: 0 if success
}