// PTL (Protech-Lighting) LED Par (36,56,64)
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		12/2/11

				
fixture

	manufacturer = "PTL"
	name = "P64LED"
	version = 1.0
//  fullmanufacturer = "Protech-Lighting"
//  fullname = "LED Par"
//  mode = 5
//  description = "5ch LED Par 36,56 & 64"
	
	attribute
		name = "MODE"
		channel = 1
		homeVal = 0

	attribute
		name = i"RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = i"GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = i"BLUE"
		channel = 4
		homeVal = 0	
			
	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 = "-MODE-"
		displayerNum = 4
		type = C
		attribList = 1
		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,"NoFunct"
		stop = (M 11:100),2,"Speed:"			
		stop = (R101:150),N,"NoFunct"
		stop = ( 151:255),N,"Music"
		
end
