// IRGBAW LED Fixture - 6 channel (Generic)
// 
// Jon Lenard
// 7/20/09

fixture
	manufacturer = "GENERIC"
	name = "IrgbawLed"
	version = 1.00
//  fullmanufacturer = "Generic"
//  fullname = "IRGBAW LED"
//  mode = 0
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "AMBER"
		channel = 5
		homeVal = 0

	attribute
		name = "WHITE"
		channel = 6
		homeVal = 0
				
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-AMBER-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"Amber"

	parameter
		name = "-WHITE-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M  0:255),2,"White="		
	
end
