{
    "i18n": true,
    "type": "panel",
    "items": {
        "warning": {
            "type": "panel",
            "items": {
                "warningTitle": {
                    "type": "staticText",
                    "text": "WARNING / WARNUNG",
                    "style": {
                        "color": "red",
                        "fontSize": "18px",
                        "fontWeight": "bold",
                        "textAlign": "center"
                    },
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12,
                    "xs": 12
                },
                "warningText": {
                    "type": "staticText",
                    "text": "This adapter is in an early development stage. You use this adapter at your own risk. The author assumes no liability for any damage.<br><br>Dieser Adapter befindet sich in einem frühen Entwicklungsstadium. Sie verwenden diesen Adapter auf eigene Gefahr. Der Autor übernimmt keine Haftung für eventuelle Schäden.",
                    "style": {
                        "color": "red",
                        "fontWeight": "bold",
                        "textAlign": "center",
                        "marginBottom": "20px"
                    },
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12,
                    "xs": 12
                }
            }
        },
        "settings": {
            "type": "panel",
            "items": {
                "email": {
                    "type": "text",
                    "label": "AC Infinity E-Mail",
                    "newLine": true,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12,
                    "xs": 12
                },
                "password": {
                    "type": "password",
                    "label": "AC Infinity Password / Passwort",
                    "newLine": true,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12,
                    "xs": 12
                },
                "pollingInterval": {
                    "type": "number",
                    "label": "Polling Interval / Abfrageintervall (seconds)",
                    "min": 5,
                    "default": 30,
                    "sm": 12,
                    "md": 6,
                    "lg": 4,
                    "xl": 3,
                    "xs": 12
                }
            }
        }
    }
}