** THIS IS A SAMPLE JSON CONFIGURATION FILE
** YOU MUST REMOVE THIS BLOCK FROM THE FILE OR THE SYSTEM WILL FAIL TO LOAD THE CONFIGURATION
** YOU MUST ALSO MODIFY THE FILE TO SUIT YOUR INSTALLATION
** THIS CONFIGURATION SUGGESTS THE FOLLOWING:
** - Zone 1: Heatmiser ONLY (index 1)
** - Zone 2: Heatmiser AND Coolmaster (index 2)
** - Zone 3: Coolmaster ONLY (index 3)

{
	"licenceKey": "---Enter licence key here---",
	"hmHubs": [
		{
			"ipAddress": "192.168.1.200",
			"stats": [
				{ 
					"index": "1", 
					"name": "Zone 1 Heatmiser"
				},
				{
					"index": "2",
					"name": "Zone 2 Heatmiser"
				}
			]
		}
	],
	"cmHubs": [
		{ 
			"ipAddress": "192.168.1.201", 
			"zones": [
				{
					"index": "2",
					"name": "Zone 2 Coolmaster",
					"uid": "L1.102"
				}, 
				{ 	"index": "3", 
					"name": "Zone 3 Coolmaster",
					"uid": "L1.103" 
				} 
			]
		}
	]
}