//  Colorkinetics ColorBlaze TRX 5ch mode 8bit
//  Jon Lenard
//  3/31/11



fixture
	manufacturer = "COLORK"
	name = "CBTRX5-8"
	version = 1.0
//  fullmanufacturer = "Color Kinetics"
//  fullname = "ColorBlaze TRX"
//  mode = 5-8
//  description = "5ch 8bit mode"
	
	attribute
		name = i"RED"
		channel = 1
		homeVal = 255
		
	attribute
		name = i"GREEN"
		channel = 2
		homeVal = 255
		
	attribute
		name = i"BLUE"
		channel = 3
		homeVal = 255

	attribute
		name = i"AMBER"
		channel = 4
		homeVal = 255
		
	attribute
		name = i"WHITE"
		channel = 5
		homeVal = 255		

		
////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1 
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2 
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green="
	
	parameter
		name = "-BLUE-"
		displayerNum = 3 
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="	
		
	parameter
		name = "-AMBER-"
		displayerNum = 4 
		type = C
		attribList = 4
		stop = (M  0:255),2,"Amber="	
		
	parameter
		name = "-WHITE-"
		displayerNum = 5 
		type = C
		attribList = 5
		stop = (M  0:255),2,"White="	

end
