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