notify-blue.json 286 B

1234567891011121314151617
  1. {
  2. "name" : "Notify blue",
  3. "script" : "fade.py",
  4. "args" :
  5. {
  6. "color-start": [ 0, 0, 50 ],
  7. "color-end": [ 0, 0, 255 ],
  8. "fade-in-time" : 200,
  9. "fade-out-time" : 100,
  10. "color-start-time" : 40,
  11. "color-end-time" : 150,
  12. "repeat-count" : 3,
  13. "maintain-end-color" : false
  14. }
  15. }