// Beglec (JB Systems) LED par 56/64
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		3/16/09

				
fixture

	manufacturer = "BEGLEC"
	name = "LEDPAR56"
	version = 1.0
//  fullmanufacturer = "Beglec"
//  fullname = "LED Par 56-64"
//  mode = "0"
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "INTENSITY"
		channel = 4
		homeVal = 0
		minVal = 8
		maxVal = 190
		
		
		
	/////////////////////////////////////////////////////////////////////						
		
	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 = "STROBE"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0:  0),N,"UseFader"
		stop = (R  1:190),N,"UseFader"
		stop = ( 191:200),N,"Sound"
		stop = (M201:248),2,"Strobe:"
		stop = (R249:255),N,"Open"
end