// 114-WIDE 64 LED PAR - 7 channel
// 
// Jon Lenard
// 5/3/10

fixture
	manufacturer = "UNKNOWN"
	name = "114-WIDE64"
	version = 1.00
//  fullmanufacturer = "Unknown"
//  fullname = "114-WIDE64"
//  mode = 0
//  description = ""

	attribute
		name = "GREEN"
		channel = 1
		homeVal = 0

	attribute
		name = "RED"
		channel = 2
		homeVal = 0
	
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0

	attribute
		name = "MACRO"
		channel = 4
		homeVal = 0
		
	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 7
				
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 1
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-MACRO-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Macro="

	parameter
		name = "-SPEED-"
		displayerNum = 5
		type = B
		attribList = 5
		stop = (M  0:255),2,"Speed="		
		
	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 6
		stop = (M  0:255),2,"Strobe="
			
end
