petr's changes
This commit is contained in:
38
02-configuration/date-time-settings.bru
Normal file
38
02-configuration/date-time-settings.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user