Free access Time Profile
- Create Free access Time Profile
- Provides free access on proper schedule when pressed 'trade button' or 'info's double tap.
- This feature is disabled in BI-panels
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
- enable boolean
Default value:
false
days object[]
enable booleanday stringPossible values: [
SUN
,MON
,TUE
,WED
,THU
,FRI
,SAT
]time_from int64Unix Timestamp Date
time_to int64Unix Timestamp Date
lock stringPossible values: [
first
,second
,all
]
{
"enable": false,
"days": [
{
"enable": true,
"day": "SUN",
"time_from": 1540819272,
"time_to": 1540819272,
"lock": "first"
}
]
}
Log In
Administrator rights required
Loading...