{
	"type": "NetIOConfiguration",
	"version": 2,
	"connections": [
		{
			"name": "E2000",
			"host": "192.168.xxx.xx",
			"port": 80,
			"protocol": "http",
			"username": "admin",
			"password": "admin"
		}
	],
	"pages": [
		{
			"name": "Relais",
			"label": "page",
			"connection": "E2000",
			"fitToScreen": true,
			"items": [
				{
					"top": 20,
					"left": 20,
					"width": 100,
					"height": 100,
					"type": "label",
					"text": "newLabel",
					"textcolor": "230,230,230",
					"reads": "/?action=login&mini=1&username=admin&password=admin"
				},
				{
					"top": 80,
					"left": 130,
					"width": 150,
					"height": 90,
					"type": "button",
					"label": "newButton",
					"shape": "rounded",
					"background": "45,45,45",
					"border": "70,70,70",
					"textcolor": "230,230,230",
					"sends": [
						"/admin.html?action=control&set=IN1&port=0&value=1"
					]
				},
				{
					"top": 210,
					"left": 40,
					"width": 250,
					"height": 250,
					"type": "label",
					"text": "newLabel",
					"textcolor": "230,230,230",
					"reads": "/admin.html?action=control&update=yes",
					"fontsize": 18
				}
			],
			"width": 320,
			"height": 480
		}
	],
	"device": "iPhone",
	"orientation": "portrait",
	"name": "E2000",
	"description": "this is an empty configuration for starting from scratch",
	"navigation": "fix",
	"pagebuttonwidth": "static",
	"style": "flat",
	"theme": "dark",
	"preventSleep": false,
	"switchOnSwipe": true
}