28 lines
599 B
JSON
28 lines
599 B
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "Select",
|
|
"name": "RefreshMode",
|
|
"caption": "Aktualisierungsmodus",
|
|
"options": [
|
|
{ "caption": "Alle X Minuten", "value": "interval" },
|
|
{ "caption": "Einmal täglich (Uhrzeit)", "value": "daily" }
|
|
]
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "RefreshMinutes",
|
|
"caption": "Intervall (Minuten)",
|
|
"minimum": 1,
|
|
"maximum": 240,
|
|
"visible": true
|
|
},
|
|
{
|
|
"type": "TimeSpinner",
|
|
"name": "RefreshTime",
|
|
"caption": "Tägliche Uhrzeit",
|
|
"visible": true
|
|
}
|
|
]
|
|
}
|