{
	"i18n": true,
	"type": "tabs",
	"items":  {
	    "_StandardTab": {
       		"type": "panel",
		"label": "Standard settings",
	        "items": {
				"cycleTime": {
					"type": "number",
					"label": "LBL_cycleTime",
					"min": 3000,
					"step": 100,
					"xs": 12,
					"sm": 6,
					"md": 6,
					"lg": 6,
					"xl": 6,
					"newLine": true
				},

				"stateHomeSolarPower": {
					"type": "objectId",
					"label": "LBL_stateHomeSolarPower",
					"xs": 12,
					"sm": 6,
					"md": 6,
					"lg": 6,
					"xl": 6,
					"newLine": true
				},
				"stateHomeBatSoc": {
					"type": "objectId",
					"label": "LBL_stateHomeBatSoc",
					"xs": 12,
					"sm": 6,
					"md": 6,
					"lg": 6,
					"xl": 6,
					"newLine": false
				},

				"stateHomePowerConsumption": {
					"type": "objectId",
					"label": "LBL_stateHomePowerConsumption",
					"xs": 12,
					"sm": 6,
					"md": 6,
					"lg": 6,
					"xl": 6,
					"newLine": true
				},
				"subtractSelfConsumption": {
					"type": "checkbox",
					"label": "LBL_subtractSelfConsumption",
					"xs": 12,
					"sm": 6,
					"md": 6,
					"lg": 6,
					"xl": 6,
					"newLine": false
				},
				"wallBoxList": {
					"type": "accordion",
					"titleAttr": "chargerName",
					"label": "LBL_wallBoxList",
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12,
					"items": [
						{
							"type": "text",
							"label": "LBL_chargerName",
							"attr": "chargerName",
							"maxLength": 20,
							"xs": 12,
							"sm": 12,
							"md": 6,
							"lg": 6,
							"xl": 4
						},
						{
							"type": "text",
							"label": "LBL_ipAddress",
							"attr": "ipAddress",
							"maxLength": 15,
							"xs": 12,
							"sm": 12,
							"md": 6,
							"lg": 6,
							"xl": 4
						},
						{
							"type": "checkbox",
							"label": "LBL_readOnlyMode",
							"attr": "readOnlyMode",
							"xs": 12,
							"sm": 12,
							"md": 6,
							"lg": 6,
							"xl": 4
						}
					]
				}
			}
	    }
	}
}
