// Longman F1 RGBW LED
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		2/1/11

				
fixture

	manufacturer = "LONGMAN"
	name = "F1RGBLED"
	version = 1.0
//  fullmanufacturer = "Longman"
//  fullname = "F1 RGBW LED"
//  mode = 8
//  description = "8ch"
	
	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 = "WHITE"
		channel = 5
		homeVal = 0
				
	attribute
		name = "STROBE"
		channel = 6
		homeVal = 0	
	
	attribute
		name = "MACRO"
		channel = 7
		homeVal = 0
		
	attribute
		name = "MACRO2"
		channel = 8
		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 = "-WHITE-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (M  0:255),2,"White="		
		
	parameter
		name = "-MACRO1-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (M  0:255),2,"Macro1="
		
	parameter
		name = "-MACRO2-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (M  0:255),2,"Macro2="		

	parameter
		name = "-STROBE-"
		displayerNum = 7
		type = B
		attribList = 8
		stop = (M  0:255),2,"Strobe="			
		
end
