{
	"bridge": {
		"name": "Homebridge",
		"username": "CD:21:3D:E3:CE:38",
		"port": 51826,
		"pin": "031-45-154"
	},
	"description": "This is an example configuration for the Samsung Airconditioner homebridge plugin",
	"accessories": [
		{
			"accessory": "SamsungAirconditioner",
			"name": "Downstairs",
			"ip": "192.168.1.201",
			"token": "xxxxx"
		},
		{
			"accessory": "SamsungAirconditioner",
			"name": "Upstairs",
			"ip": "192.168.1.202",
			"token": "xxxxxx"
		}
	]
}