application.dat 946 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "services" : [
  3. {
  4. "name" : "kakao",
  5. "address" : "10.0.1.1",
  6. "port": 2222,
  7. "events" : [
  8. "msg_device_event",
  9. "unsubscription"
  10. ]
  11. },
  12. {
  13. "name" : "kt",
  14. "address" : "10.0.1.1",
  15. "port": 2224,
  16. "events" : [
  17. "msg_device_event",
  18. "msg_home_devices_status_event",
  19. "msg_ararm_event",
  20. "msg_visitor_event",
  21. "msg_notice_event",
  22. "msg_car_inout_event",
  23. "msg_box_event",
  24. "msg_energy_event",
  25. "unsubscription"
  26. ]
  27. },
  28. {
  29. "name" : "uplus",
  30. "address" : "10.0.1.1",
  31. "port": 2225,
  32. "events" : [
  33. "msg_device_event",
  34. "msg_ararm_event",
  35. "msg_visitor_event",
  36. "msg_notice_event",
  37. "msg_car_inout_event",
  38. "msg_box_event",
  39. "unsubscription"
  40. ]
  41. }
  42. ]
  43. }