Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.85 KB | None | 0 0
  1.   "devices": [
  2.       {
  3.       "id": "stecker1",
  4.       "name": "Stecker Licht Zimmer1",
  5.       "class": "HomeduinoRFSwitch",
  6.       "protocols": [
  7.         {
  8.           "name": "switch4",
  9.           "options": {
  10.             "unit": 9,
  11.             "id": 0
  12.           }
  13.         }
  14.       ]
  15.     },
  16.     {
  17.       "id": "stecker2",
  18.       "name": "Stecker Licht Zimmer2",
  19.       "class": "HomeduinoRFSwitch",
  20.       "protocols": [
  21.         {
  22.           "name": "switch4",
  23.           "options": {
  24.             "unit": 9,
  25.             "id": 1
  26.           }
  27.         }
  28.       ]
  29.     },
  30.     {
  31.       "id": "stecker3",
  32.       "name": "Stecker Licht Zimmer3",
  33.       "class": "HomeduinoRFSwitch",
  34.       "protocols": [
  35.         {
  36.           "name": "switch4",
  37.           "options": {
  38.             "unit": 9,
  39.             "id": 2
  40.           }
  41.         }
  42.       ]
  43.     }
  44.   ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement