Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. {
  2. "device": {
  3. "id": "xyrii999rjj",
  4. "name": "Roomxy21",
  5. "firmware": "12.33.45.67",
  6. "password":"iuyuyu",
  7. "wifi":{
  8. "ssid":"MainhubWifi",
  9. "password":"126qGe,."
  10. },
  11. "lastmodified":"12-12-2016,12:12:23",
  12. "lastsent":"13-12-2016,13:12:56",
  13. "lastreceived":"13-12-2016,14:45:43",
  14. "updatedfrom":"server",
  15. "server":{
  16. "protocol":"https",
  17. "url":"www.mainhub.pt",
  18. "post":"/iot/post",
  19. "config":"/iot/config",
  20. "get":"/iot/orders",
  21. "firmware":"/firmware",
  22. "secret":"kkguyyg78g8g8gghgccgfdtr=="
  23. },
  24. "sensors":{
  25. "sensor":[
  26. {
  27. "id":"dkdjsdk5",
  28. "name":"jjiji",
  29. "direction":"output",
  30. "refresh":"10",
  31. "pins":"1,2,3",
  32. "type":"humidity",
  33. "code":"123"
  34. },
  35. {
  36. "id":"dkdjsdk5",
  37. "name":"jjiji",
  38. "direction":"output",
  39. "refresh":"7",
  40. "pins":"12",
  41. "type":"light",
  42. "code":"234"
  43. },
  44. {
  45. "id":"dkdjsdk5",
  46. "name":"jjiji",
  47. "direction":"input",
  48. "refresh":"5",
  49. "pins":"7",
  50. "type":"relay",
  51. "code":"456"
  52. }
  53. ]
  54. },
  55. "types":{
  56. "type":[
  57. {
  58. "code":"123",
  59. "type":"humidity"
  60. },
  61. {
  62. "code":"234",
  63. "type":"light"
  64. },
  65. {
  66. "code":"456",
  67. "type":"relay"
  68. }
  69. ]}
  70. }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement