util  candle.fish at [54874eb3eb]

File light/candle.fish artifact 2100b7d3df part of check-in 54874eb3eb


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