// PSE Daisy LED wall wash
// 
//
fixture
	manufacturer = "DAISY"
	name = "LEDwall"
	version = 1.0
//  fullmanufacturer = "Daisy Lighting"
//  fullname = "LED wall wash"
//  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 = "MODE"
		channel = 6
		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 = "-STROBE-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (   0: 14),N,"NoStrobe"
		stop = (M 15:255),2,"Strobe:"
		
	parameter
		name = "-MODE-"
		displayerNum = 5
		type = B
		attribList = 6
		stop = (   0: 31),N,"RGB"
		stop = (  32: 63),N,"0->FL"
		stop = (  64: 95),N,"FL->0"
		stop = (  96:127),N,"0->FL->0"
		stop = ( 128:159),N,"RGB Grad"
		stop = ( 160:191),N,"3 Color"
		stop = ( 192:223),N,"7 Color"
		stop = ( 224:255),N,"Auto"
		
end
