{
	"type": "NetIOConfiguration",
	"version": 2,
	"connections": [
		{
			"name": "connection",
			"host": "192.168.178.63",
			"port": 4223,
			"sendTermination": "",
			"format": "hex"
		}
	],
	"pages": [
		{
			"name": "page",
			"label": "Dual Relay",
			"connection": "connection",
			"fitToScreen": true,
			"items": [
				{
					"top": 20,
					"left": 20,
					"width": 280,
					"height": 50,
					"type": "button",
					"label": "Relay 1 On",
					"shape": "rounded",
					"background": "45,45,45",
					"border": "70,70,70",
					"textcolor": "230,230,230",
					"sends": [
						"37C000000A0628000101"
					]
				},
				{
					"top": 100,
					"left": 20,
					"width": 280,
					"height": 50,
					"type": "button",
					"label": "Relay 1 Off",
					"shape": "rounded",
					"background": "45,45,45",
					"border": "70,70,70",
					"textcolor": "230,230,230",
					"sends": [
						"37C000000A0628000100"
					]
				},
				{
					"top": 180,
					"left": 20,
					"width": 280,
					"height": 50,
					"type": "button",
					"label": "Relay 2 On",
					"shape": "rounded",
					"background": "45,45,45",
					"border": "70,70,70",
					"textcolor": "230,230,230",
					"sends": [
						"37C000000A0628000201"
					]
				},
				{
					"top": 260,
					"left": 20,
					"width": 280,
					"height": 50,
					"type": "button",
					"label": "Relay 2 Off",
					"shape": "rounded",
					"background": "45,45,45",
					"border": "70,70,70",
					"textcolor": "230,230,230",
					"sends": [
						"37C000000A0628000200"
					]
				}
			],
			"width": 320,
			"height": 480
		}
	],
	"device": "iPhone",
	"orientation": "portrait",
	"name": "Dual Relay Test",
	"description": "",
	"navigation": "fix",
	"pagebuttonwidth": "static",
	"style": "flat",
	"theme": "dark",
	"preventSleep": false,
	"switchOnSwipe": true
}