// Daisy Lighting LED PAR575 RGBAW
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 10/19/11
//
				
fixture

manufacturer = "DAISY"
	name = "LEDPAR575"
	version = 1.0
//  fullmanufacturer = "Daisy Lighting"
//  fullname = "LED PAR 575 RGBAW"
//  mode = 9
//  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			
		
	attribute
		name = "STROBE"
		channel = 7
		homeVal = 0		
		
	attribute
		name = "MODE"
		channel = 8
		homeVal = 0		

	attribute
		name = "SPEED"
		channel = 9
		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="		
		
	parameter
		name = "STROBE"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (   0: 14),N,"NoStrobe"
		stop = (M 15:255),2,"Strobe:"
				
	parameter
		name = "MODE"
		displayerNum = 7
		type = C
		attribList = 8
		stop = (  0:  31),N,"UseRGB"	
		stop = ( 32:  63),N,"0->FL"
		stop = ( 64:  95),N,"FL->0"
		stop = ( 96: 127),N,"D-FL-0"
 		stop = (128: 159),N,"Gradual"
		stop = (160: 191),N,"5 Color"
		stop = (192: 223),N,"Multi" 
		stop = (224: 255),N,"Sound" 
	                              		
	parameter
		name = "SPEED"
		displayerNum = 8
		type = C
		attribList = 9
		stop = (M  0:255),2,"Speed="
end
