Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ######################################################################
  2. # Breathe
  3. # sequence stolen from https://www.youtube.com/watch?v=pzt8l3EhPOU
  4. sub breathe() {
  5. my @frames = (
  6. 20, 21, 22, 24, 26, 28, 31, 34, 38, 41, 45, 50, 55, 60,
  7. 66, 73, 80, 87, 95, 103, 112, 121, 131, 141, 151, 161, 172, 182,
  8. 192, 202, 211, 220, 228, 236, 242, 247, 251, 254, 255, 254, 251, 247,
  9. 242, 236, 228, 220, 211, 202, 192, 182, 172, 161, 151, 141, 131, 121,
  10. 112, 103, 95, 87, 80, 73, 66, 60, 55, 50, 45, 41, 38, 34,
  11. 31, 28, 26, 24, 22, 21, 20, 20, 20, 20, 20, 20, 20, 20,
  12. 20, 20, 20,
  13. );
  14. # my $time=5000; # 5 seconds
  15.  
  16. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  17. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  18. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  19. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  20. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  21. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  22. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  23. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  24. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  25. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  26. foreach(@frames) { fhem("set HUEDevice1 bri $_") };
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement