{
	"services" : [
					{
						"name" : "kakao",
						"address" : "10.0.1.1",
						"port":	2222, 
						"events" : [
									"msg_device_event",
									"unsubscription"
						          ] 
					}, 
					
					{
						"name" : "kt",
						"address" : "10.0.1.1",
						"port":	2224, 
						"events" : [
									"msg_device_event",
									"msg_home_devices_status_event",
									"msg_ararm_event",
									"msg_visitor_event",
									"msg_notice_event",
									"msg_car_inout_event",
									"msg_box_event",
									"msg_energy_event",
									"unsubscription"
						          ] 
					}, 
					
					{
						"name" : "uplus",
						"address" : "10.0.1.1",
						"port":	2225, 
						"events" : [
									"msg_device_event",
									"msg_ararm_event",
									"msg_visitor_event",
									"msg_notice_event",
									"msg_car_inout_event",
									"msg_box_event",
									"unsubscription"
						          ] 
					}
				]
}