fixture
	manufacturer = "ALKALITE"
	name = "TracPod"
	version = 0.90
//  fullmanufacturer = "AlkaLite"
//  fullname = "TracPod"
//  mode = 0
//  description = ""
	
	attribute
		name = "RAINBOW"
		channel = 1
		homeVal = 0
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "SOUND"
		channel = 6
		homeVal = 0
		
///////////////////////////////////////////////

	parameter
		name = "-RAINBW-"
		displayerNum = 1 
		type = C
		attribList = 1 
		stop = (   0:  0),N,"Rnbw Off"
		stop = (M  1:255),2,"Rnbw:"		

	parameter
		name = "-RED-"
		displayerNum = 2 
		type = C
		attribList = 2 
		stop = (M  0:255),2,"Red="	
		
	parameter
		name = "-GREEN-"
		displayerNum = 3 
		type = C
		attribList = 3 
		stop = (M  0:255),2,"Green="
				
	parameter
		name = "-BLUE-"
		displayerNum = 4 
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
				
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5 
		stop = (M  0:255),2,"Strobe="
		
	parameter
		name = "-SOUND-"
		displayerNum = 6 
		type = B
		attribList = 6 
		stop = (   0:  0),N,"SoundOff"
		stop = (M  1:255),2,"Sound:"

end
