{
    "i18n": true,
    "type": "tabs",
    "tabsStyle": {
        "width": "calc(100% - 100px)"
    },
    "items": {
        "_cloudPanel": {
            "type": "panel",
            "label": "lblCloudPanel",
            "items": {
                "_cloudHdr_1": {
                    "type": "header",
                    "text": "txtCloudHeader_1",
                    "size": 3,
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                },
                "_cloudInfo": {
                    "type": "staticText",
                    "text": "txtCloudInfo",
                    "style": {
                        "fontSize": 16
                    },
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                },
                "_cloudInfoOffline": {
                    "type": "staticText",
                    "hidden": "_alive",
                    "newLine": true,
                    "text": "txtCloudInfoOffline",
                    "style": {
                        "fontSize": 16,
                        "color": "red"
                    },
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                },
                "cloudUsername": {
                    "type": "text",
                    "label": "lblCloudUsername",
                    "doNotSave": true,
                    "hidden": "!_alive",
                    "newLine": true,
                    "default": "",
                    "tooltip": "ttCloudUsername",
                    "help": "hlpCloudUsername",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "cloudPassword": {
                    "type": "password",
                    "label": "lblCloudPassword",
                    "doNotSave": true,
                    "hidden": "!_alive",
                    "default": "",
                    "tooltip": "ttCloudPassword",
                    "help": "hlpCloudPassword",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "_getStationId": {
                    "type": "sendTo",
                    "label": "lblGetStationId",
                    "variant": "outlined",
                    "showProcess": true,
                    "command": "getStationId",
                    "jsonData": "{ \"username\": \"${data.cloudUsername}\", \"password\": \"${data.cloudPassword}\" }",
                    "useNative": true,
                    "disabled": "data.cloudUsername==='' || data.cloudPassword===''",
                    "hidden": "!_alive",
                    "tooltip": "ttGetStationId",
                    "help": "hlpGetStationId",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "cloudStationId": {
                    "type": "text",
                    "label": "lblCloudStationId",
                    "doNotSave": true,
                    "hidden": "!_alive",
                    "readOnly": true,
                    "tooltip": "ttCloudStationId",
                    "help": "hlpCloudStationId",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "_cloudHdr_2": {
                    "type": "header",
                    "text": "txtCloudHeader_2",
                    "size": 3,
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                },
                "stations": {
                    "type": "table",
                    "label": "",
                    "showSecondAddAt": 5,
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12,
                    "items": [
                        {
                            "type": "checkbox",
                            "attr": "stationAct",
                            "width": "10% ",
                            "title": "lblStationAct",
                            "filter": false,
                            "sort": false,
                            "default": true,
                            "tooltip": "ttStationAct"
                        },
                        {
                            "type": "text",
                            "attr": "stationId",
                            "width": "25% ",
                            "title": "lblStationId",
                            "filter": false,
                            "sort": false,
                            "default": "",
                            "tooltip": "ttStationId"
                        },
                        {
                            "type": "number",
                            "attr": "pollIntvl",
                            "width": "15% ",
                            "title": "lblPollIntvl",
                            "min": 10,
                            "max": 3600,
                            "filter": false,
                            "sort": false,
                            "default": "60",
                            "tooltip": "ttPollIntvl"
                        }
                    ]
                }
            }
        },
        "_optPanel": {
            "type": "panel",
            "label": "lblOptPanel",
            "items": {
                "optLogReq": {
                    "type": "checkbox",
                    "label": "lblOptLogReq",
                    "default": false,
                    "help": "hlpOptLogReq",
                    "tooltip": "ttOptLogReq",
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                },
                "optLogNew": {
                    "type": "checkbox",
                    "label": "lblOptLogNew",
                    "newLine": true,
                    "default": true,
                    "help": "hlpOptLogNew",
                    "tooltip": "ttOptLogNew",
                    "xs": 12,
                    "sm": 12,
                    "md": 12,
                    "lg": 12,
                    "xl": 12
                }
            }
        },
        "_expertPanel": {
            "type": "panel",
            "label": "lblExpertPanel",
            "items": {
                "expertUrl": {
                    "type": "text",
                    "label": "lblExportUrl",
                    "newLine": true,
                    "default": "https://www.envertecportal.com",
                    "tooltip": "ttExpertUrl",
                    "help": "hlpExpertUrl",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "expertTimeout": {
                    "type": "number",
                    "label": "lblExpertTimeout",
                    "newLine": true,
                    "default": 30,
                    "min": 5,
                    "max": 600,
                    "tooltip": "ttExpertTimeout",
                    "help": "hlpExpertTimeout",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                },
                "expertMinDelay": {
                    "type": "number",
                    "label": "lblExpertMinDelay",
                    "newLine": true,
                    "default": 15,
                    "min": 5,
                    "max": 600,
                    "tooltip": "ttExpertMinDelay",
                    "help": "hlpExpertMinDelay",
                    "xs": 12,
                    "sm": 12,
                    "md": 6,
                    "lg": 3,
                    "xl": 3
                }
            }
        }
    }
}