// Fixture LEDJ Slimline 229
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 6/21/10
//

Fixture
   version = 1.0
   manufacturer = "LEDJ"
   name = "SLIM229"
//  fullmanufacturer = "LEDJ"
//  fullname = "Slimline 229"
//  mode = 1
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "STROBE"
		channel = 2
		homeVal = 0
		   
	attribute
      	name = "RED"
      	channel = 3
      	homeVal = 0
      
	attribute
		name = "GREEN"
		channel = 4
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 5
		homeVal = 0
		
	attribute
		name = "AMBER"
		channel = 6
		homeVal = 0
				
	attribute
		name = "MACRO"
		channel = 7
		homeVal = 0
		
////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 3
		stop = (M  0:255),2,"Red="
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Blue="
		
	parameter
		name = "-AMBER-"
		displayerNum = 4
		type = C
		attribList = 6
		stop = (M  0:255),2,"Amber="
		
	parameter
		name = "-MACRO-"
		displayerNum = 5 
		type = C
		attribList = 7
		stop = (   0:  4),N,"No Macro"
		stop = (M  5: 80),1,"Macro:"
		stop = (M 81:150),1,"Change:"
		stop = (M151:255),1,"Fade:"
				
	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 2
		stop = (M  0:255),2,"Strobe="
		
end
