JoakimL

Schedule with days

Jan 27th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.67 KB | None | 0 0
  1. {
  2. "items":
  3. [
  4.     {
  5.       "uuid": "1111-1111",
  6.       "enabled": true,
  7.         "actions": [
  8.           {
  9.             "action": "on", "time": "08:00", "days": ["weekdays"], "enabled": true
  10.           },
  11.           {
  12.             "action": "off", "time": "09:00", "days": ["weekdays"], "enabled": true
  13.           }
  14.           {
  15.             "action": "on", "time": "08:00", "days": ["weekends"], "enabled": true
  16.           },
  17.           {
  18.             "action": "off", "time": "09:00", "days": ["weekends"], "enabled": true
  19.           }
  20.  
  21.         ]
  22.     },
  23.     {
  24.       "uuid": "2222-2222",
  25.       "enabled": true,
  26.         "actions": [
  27.           {
  28.             "action": "dim", "level": 100, "time": "08:10", "days": ["all"], "enabled": true
  29.           },
  30.           {
  31.             "action": "fadedown", "starttime": "21:00", "endtime": "22:00", "tolevel":10, "enabled": true, "seq": 1
  32.           },
  33.           {
  34.             "action": "off", "time": "22:00", "enabled": true, "seq": 2
  35.           }
  36.         ]
  37.     },
  38.     {
  39.       "scenario": "Plant lights on",
  40.       "enabled": true,
  41.         "actions": [
  42.           {
  43.             "action": "run", "time": "06:00", "days": ["mo", "we", "sa"], "enabled": true
  44.           },
  45.           {
  46.             "action": "run", "time": "15:00", "days": ["tu", "th", "su"], "enabled": true
  47.           }
  48.         ]
  49.     },
  50.     {
  51.       "group-uuid": "9999-9999",
  52.       "enabled": true,
  53.         "actions": [
  54.           {
  55.             "action": "on", "time": "17:00", "days": ["weekdays"], "enabled": true
  56.           },
  57.           {
  58.             "action": "off", "time": "22:00", "days": ["weekdays"], "enabled": true
  59.           }
  60.         ]
  61.     }
  62.  
  63.  
  64.  
  65.   ]
  66. }
Advertisement
Add Comment
Please, Sign In to add comment