{
	"bridge": {
		"name": "Homebridge",
		"username": "CC:22:3D:E3:CE:22",
		"port": 51826,
		"pin": "031-45-154"
	},

	"description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.",

	"platforms": [{
		"platform": "SmartThings",
		"name": "SmartThings",
		"app_url": "https://graph.api.smartthings.com:443/api/smartapps/installations/",
		"app_id": "THIS-SHOULD-BE-YOUR-APPID",
		"access_token": "THIS-SHOULD-BE-YOUR-TOKEN",
		"update_method": "direct",
    	"direct_ip": "YOUR-IP"
	}]
}