util  candle.fish at [0f6a5bda23]

File light/candle.fish artifact 2100b7d3df part of check-in 0f6a5bda23


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