Artifact 2c432d2aa909c1a48259069464d01d979e88d51a32bde6f541e89c72d23ad3d5:
- Executable file light/pulse.fish — part of check-in [967c6eaf26] at 2019-05-06 23:35:45 on branch trunk — add hue api (user: lexi, size: 202) [annotate] [blame] [check-ins using]
#!/usr/bin/fish # vi:syntax=zsh source inc.fish put state (json on:true) while true put state (json bri:(random 200 254) hue:(random 35000 65000)) sleep 0.3 put state (json bri:0) sleep 0.3 end