{ "elements": [ { "type": "ValidationTextBox", "name": "URL", "caption": "Solcast URL" }, { "type": "SelectVariable", "name": "ActualVariableID", "caption": "Ist-Produktion Variable" }, { "type": "NumberSpinner", "name": "RefreshMinutes", "caption": "Refresh (Minuten)", "minimum": 1, "maximum": 120 } ], "actions": [ { "type": "Button", "caption": "Forecast jetzt aktualisieren", "onClick": "IPS_RequestAction($id, 'UpdateForecast', 0);" }, { "type": "Label", "caption": "Hinweis: Istwerte werden aus dem Archiv gelesen. Variable muss im Archiv geloggt werden." } ] }