/////////////////////////////  Coemar ParLite LED fixture
// R.M. 12/8/2007 - Orlando USA

fixture
	manufacturer = "COEMAR"
	name = "ParLED"
	version = 0.90
//  fullmanufacturer = "Coemar"
//  fullname = "ParLite 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 = "STROBE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "AUTO"
		channel = 6
		homeVal = 0
		
/////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1 
		type = C
		attribList = 2,6
		stop = (M  0:255,R  0:  9),2,"Red="
		stop = (M255:  0,R 10:255),2,"Speed="		

		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3,6
		stop = (M  0:255,R  0:  9),2,"Green="  
		stop = (M255:  0,R 10:255),2,"Pause="		

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="		

	parameter
		name = "-SHUTTER-"
		displayerNum = 4
		type = B
		attribList = 5 
		stop = (R  0:  9),N,"No Effect"
		stop = (  58: 59),N,"Shtr Open"
		stop = (R109:110),N,"Shtr Open"		
		stop = (R160:161),N,"Shtr Open"
		stop = (R208:209),N,"Shtr Open"
		stop = (M 10: 57),1,"Strobe:"
		stop = (M 60:108),1,"PlsClsd:"
		stop = (M111:159),1,"PlsOpen:"
		stop = (M162:207),1,"RndmS:"
		stop = (M210:255),1,"RndmNS:"	
			
	parameter
		name = "-AUTO-"
		displayerNum = 6
		type = C
		attribList = 6 
		stop = (   0:  9),N,"Auto Off"		
		stop = (  10: 50),N,"Prog 1"
		stop = (  51: 91),N,"Prog 2"
		stop = (  92:132),N,"Prog 3"
		stop = ( 133:173),N,"Prog 4"
		stop = ( 174:214),N,"Random"
		stop = ( 215:255),N,"Repeat"
	
end

