util  Artifact [2c432d2aa9]

Artifact 2c432d2aa909c1a48259069464d01d979e88d51a32bde6f541e89c72d23ad3d5:


#!/usr/bin/fish
# vi:syntax=zsh
source inc.fish

put state (json on:true)

while true
	put state (json bri:(random 200 254) hue:(random 35000 65000))
	sleep 0.3
	put state (json bri:0)
	sleep 0.3
end