util  candle.fish at [5089ec59d3]

File light/candle.fish artifact 2100b7d3df part of check-in 5089ec59d3


#!/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