JoakimL

Untitled

Jan 27th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 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", "enabled": true
  10. },
  11. {
  12. "action": "off", "time": "09:00", "enabled": true
  13. }
  14. ]
  15. },
  16. {
  17. "uuid": "2222-2222",
  18. "enabled": true,
  19. "actions": [
  20. {
  21. "action": "dim", "level": 100, "time": "08:10", "enabled": true
  22. },
  23. {
  24. "action": "fadedown", "starttime": "21:00", "endtime": "22:00", "tolevel":10, "enabled": true, "seq": 1
  25. },
  26. {
  27. "action": "off", "time": "22:00", "enabled": true, "seq": 2
  28. }
  29. ]
  30. },
  31. {
  32. "scenario": "Plant lights on",
  33. "enabled": true,
  34. "actions": [
  35. {
  36. "action": "run", "time": "06:00", "enabled": true
  37. },
  38. {
  39. "action": "run", "time": "15:00", "enabled": true
  40. }
  41. ]
  42. },
  43. {
  44. "group-uuid": "9999-9999",
  45. "enabled": true,
  46. "actions": [
  47. {
  48. "action": "on", "time": "17:00", "enabled": true
  49. },
  50. {
  51. "action": "off", "time": "22:00", "enabled": true
  52. }
  53. ]
  54. }
  55.  
  56.  
  57.  
  58. ]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment