///////////////////////////////////////////
// LSC Lighting Systems 
// maXim fixture Template
// Show Technology Pro Shop LED Strip
// Zac Shenker, Written 14th Feb 2008
// Added virtual dimmer to Red(all), Green(all) abd Blue(all) cahnnels  11/9/09 JEL

Fixture
	manufacturer = "SHOWTECH"
	name = "LEDStrp"
	version = 1.10
//  fullmanufacturer = "Show Technology"
//  fullname = "LED Strip"
//  mode = 0
//  description = ""

	Attribute
		name = "FNSEL"
		channel = 1
		homeVal = 0
	
	Attribute
		name = i"REDALL"
		channel = 2
		homeVal = 0
		
	Attribute
		name = i"GRNALL"
		channel = 3
		homeVal = 0

	Attribute
		name = i"BLUALL"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "REDS1"
		channel = 5
		homeVal = 0
		
	Attribute
		name = "GRNS1"
		channel = 6
		homeVal = 0
		
	Attribute
		name = "BLUS1"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "REDS2"
		channel = 8
		homeVal = 0
		
	Attribute
		name = "GRNS2"
		channel = 9
		homeVal = 0
		
	Attribute
		name = "BLUS2"
		channel = 10
		homeVal = 0		

	Attribute
		name = "REDS3"
		channel = 11
		homeVal = 0
		
	Attribute
		name = "GRNS3"
		channel = 12
		homeVal = 0
		
	Attribute
		name = "BLUS3"
		channel = 13
		homeVal = 0		

//-------------------------------------------------

	Parameter
		name = "-REDALL-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	Parameter
		name = "-GRNALL-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="
		
	Parameter
		name = "-BLUALL-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="

	Parameter
		name = "-REDS1-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"RedS1="
		
	Parameter
		name = "-GRNS1-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M  0:255),2,"GrnS1="
		
	Parameter
		name = "-BLUS1-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (M  0:255),2,"BluS1="
		
//-----------------------------------------------------		
	
	Parameter
		name = "-REDS2-"
		displayerNum = 7
		type = C
		attribList = 8
		stop = (M  0:255),2,"RedS2="

	Parameter
		name = "-GRNS2-"
		displayerNum = 8
		type = C
		attribList = 9
		stop = (M  0:255),2,"GrnS2="
		
	Parameter
		name = "-BLUS2-"
		displayerNum = 9
		type = C
		attribList = 10
		stop = (M  0:255),2,"BluS2="

	Parameter
		name = "-REDS3-"
		displayerNum = 10
		type = C
		attribList = 11
		stop = (M  0:255),2,"RedS3="

	Parameter
		name = "-GRNS3-"
		displayerNum = 11
		type = C
		attribList = 12
		stop = (M  0:255),2,"GrnS3="
		
	Parameter
		name = "-BLUS2-"
		displayerNum = 12
		type = C
		attribList = 13
		stop = (M  0:255),2,"BluS3="

//-------------------------------------------------------------		
				
	Parameter
		name = "-FNSEL-"
		displayerNum = 24
		type = B
		attribList = 1
		stop = (   0: 10),N,"Dimmer"
		stop = (  11: 51),N,"Strobe"
		stop = (  52: 91),N,"LinLout"
		stop = (  92:131),N,"AutoCol"
		stop = ( 132:147),N,"Chase1"
		stop = ( 148:164),N,"Chase2"
		stop = ( 165:181),N,"Chase3"
		stop = ( 182:198),N,"Chase4"
		stop = ( 199:215),N,"Chase5"
		stop = ( 216:232),N,"Chase6"
		stop = (M233:255),2,"Chs1-6:"
		
End
