cinema-fade-in.json 299 B

12345678910111213141516
  1. {
  2. "name" : "Cinema brighten lights",
  3. "script" : "fade.py",
  4. "args" :
  5. {
  6. "color-start" : [ 136, 97, 7 ],
  7. "color-end" : [ 238, 173, 47 ],
  8. "fade-in-time" : 5000,
  9. "fade-out-time" : 0,
  10. "color-start-time" : 0,
  11. "color-end-time" : 0,
  12. "repeat-count" : 1,
  13. "maintain-end-color" : true
  14. }
  15. }