{
	"i18n": true,
	"type": "tabs",
	"tabsStyle": {
		"width": "calc(100% - 100px)"
	},
	"items": {
		"_StandardTab": {
			"type": "panel",
			"label": "LBL_StandardTab",
			"items": {
				"TeslaFiAPIToken": {
					"type": "text",
					"label": "LBL_TeslaFiAPIToken",
					"maxLength": 100,
					"xs": 12,
					"sm": 12,
					"md": 10,
					"lg": 8,
					"xl": 6,
					"newLine": true
				},
				"UpdateInterval": {
					"type": "number",
					"label": "LBL_UpdateInterval",
					"hidden": "!data.TeslaFiAPIToken",
					"min": 10,
					"max": 86400,
					"step": 1,
					"default": 60,
					"xs": 12,
					"sm": 12,
					"md": 10,
					"lg": 8,
					"xl": 6,
					"newLine": true
				},
				"UpdateTimeout": {
					"type": "number",
					"label": "LBL_UpdateTimeout",
					"hidden": "!data.TeslaFiAPIToken",
					"min": 1000,
					"max": 30000,
					"step": 100,
					"default": 5000,
					"xs": 12,
					"sm": 12,
					"md": 10,
					"lg": 8,
					"xl": 6
				},

				"_headerDocumentation": {
					"type": "header",
					"text": "",
					"noTranslation": true,
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12,
					"size": 3
				},
				"_helpLink": {
					"type": "staticLink",
					"button": true,
					"variant": "contained",
					"icon": "info",
					"label": "LBL_helpLink",
					"href": "https://github.com/hombach/ioBroker.teslafi/blob/master/README.md",
					"newLine": true,
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12
				},

				"_divider0": {
					"newLine": true,
					"type": "divider",
					"color": "primary"
				},

				"_donate": {
					"type": "staticImage",
					"tooltip": "PayPal.Me",
					"noTranslation": true,
					"href": "https://www.paypal.com/donate/?hosted_button_id=6EE4YUJRK7UWC",
					"src": "https://raw.githubusercontent.com/hombach/ioBroker.teslafi/master/docu/bluePayPal.svg",
					"xs": 6,
					"sm": 6,
					"md": 4,
					"lg": 2,
					"xl": 1,
					"newLine": true
				},
				"_donateTx": {
					"type": "staticText",
					"text": "TXT_donateTx",
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12
				}
			}
		},
		"_CommandTab": {
			"type": "panel",
			"label": "LBL_CommandTab",
			"items": {
				"_WIP": {
					"type": "staticText",
					"text": "WORK in PROGRESS",
					"newLine": true,
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12
				},
				"UseCarCommands": {
					"type": "checkbox",
					"label": "LBL_UseCarCommands",
					"default": false,
					"newLine": true,
					"xs": 12,
					"sm": 12,
					"md": 12,
					"lg": 12,
					"xl": 12
				},
				"SendWakeCommand": {
					"type": "checkbox",
					"label": "LBL_SendWakeCommand",
					"default": false,
					"newLine": true,
					"hidden": "!data.UseCarCommands",
					"disabled": "true",
					"xs": 12,
					"sm": 12,
					"md": 6,
					"lg": 6,
					"xl": 6
				}
			}
		}
	}
}
