Advertisement
Guest User

Untitled

a guest
Apr 14th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. {
  2. "living": {
  3. "name": "Andis Zimmer",
  4. "tv": {
  5. "name": "TV",
  6. "protocol": [ "pollin" ],
  7. "id": [{
  8. "systemcode": 16,
  9. "unitcode": 1
  10. }],
  11. "state": "off"
  12. },
  13. "temperature": {
  14. "name": "Temperature",
  15. "protocol": [ "rpi_temp" ],
  16. "id": [{
  17. "id": 1
  18. }],
  19. "temperature": 47078,
  20. "settings": {
  21. "interval": 1
  22. }
  23. },
  24. "outside": {
  25. "name": "outside",
  26. "temperature": {
  27. "name": "Temperature",
  28. "protocol": [ "wunderground" ],
  29. "id": [{
  30. "api": "1ihn472a6ea384jd",
  31. "location": "amsterdam",
  32. "country": "nl"
  33. }],
  34. "humidity": 7600,
  35. "temperature": 700
  36. }
  37. }
  38. },
  39. "media": {
  40. "name": "Multimedia",
  41. "lampe": {
  42. "name": "Schreibtischlampe",
  43. "protocol": [ "kaku_switch" ],
  44. "id": [{
  45. "id": 1234,
  46. "unit": 1
  47. }],
  48. "state": "off"
  49. },
  50. "temperature": {
  51. "name": "Temperature",
  52. "protocol": [ "rpi_temp" ],
  53. "id": [{
  54. "id": 1
  55. }],
  56. "temperature": 47078,
  57. "settings": {
  58. "interval": 1
  59. }
  60. },
  61. "programs": {
  62. "name": "Programs",
  63. "XBMC": {
  64. "name": "XBMC",
  65. "protocol": [ "xbmc" ],
  66. "id": [{
  67. "server": "192.168.2.106",
  68. "port": 80
  69. }],
  70. "media": "movie",
  71. "action": "play"
  72. }
  73. }
  74. },
  75. "bad": {
  76. "name": "Bad",
  77. "lampe": {
  78. "name": "Licht",
  79. "protocol": [ "kaku_switch" ],
  80. "id": [{
  81. "id": 1234,
  82. "unit": 1
  83. }],
  84. "state": "off"
  85. },
  86. "temperature": {
  87. "name": "Temperature",
  88. "protocol": [ "rpi_temp" ],
  89. "id": [{
  90. "id": 1
  91. }],
  92. "temperature": 47078,
  93. "settings": {
  94. "interval": 1
  95. }
  96. }
  97. }
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement