// Stellar Labs ECO LED PAR 56
// 
// Jon Lenard 1/31/12


fixture
	manufacturer = "STELLAR"
	name = "LEDPAR56"
	version = 1.00
//  fullmanufacturer = "Stellar Labs"
//  fullname = "Eco LED PAR 56"
//  mode = 0
//  description = ""

	attribute
		name = "COLOR"
		channel = 1
		homeVal = 0
		
	attribute
		name = i"RED"
		channel = 2
		homeVal = 255
		
	attribute
		name = i"GREEN"
		channel = 3
		homeVal = 255
		
	attribute
		name = i"BLUE"
		channel = 4
		homeVal = 255
		
	attribute
		name = "SPEED"
		channel = 5
		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 = "-COLOR-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (   0: 63),N,"USE RGB"
		stop = (  64:127),N,"7colorF" 
		stop = ( 128:191),N,"7colorC" 
		stop = ( 192:255),N,"3colorC"

	parameter
		name = "-SPEED-"
		displayerNum = 5 
		type = C
		attribList = 5
		stop = (   0: 10),N,"Stop"
		stop = ( 100: 11),N,"Speed:"
		stop = (R101:150),N,"stop"
		stop = ( 151:255),N,"Music"
		
end
