util  candle.fish at tip

File light/candle.fish from the latest check-in


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