JoakimL

Device group example

Jan 27th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2. "groups":
  3. [
  4.     {
  5.       "name": "Living room", "uuid": "5555-5555", "enabled": true,
  6.         "devices": ["1111-1111", "2222-2222"]
  7.     },
  8.     {
  9.       "name": "Bedrooms","uuid": "6666-6666", "enabled": true,
  10.         "devices": ["3333-3333","4444-4444"]
  11.     }
  12.  
  13.   ]
  14. }
Advertisement
Add Comment
Please, Sign In to add comment