File light/candle.fish artifact 2100b7d3df part of check-in 05677edf7f
#!/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
#!/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