Artifact 2100b7d3dfbba66df8047a7d71af8f6dbdaa06f5f7d2047bdf125b85f8dd57a2:
- Executable file light/candle.fish — part of check-in [967c6eaf26] at 2019-05-06 23:35:45 on branch trunk — add hue api (user: lexi, size: 152) [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 20 100)) sleep 0.(random 0 2) end