// Involight Flood Panel Tri LED 3W
// 
// Jon Lenard
// 2/10/11

fixture
	manufacturer = "INVOLIGHT"
	name = "LED3WPAN"
	version = 1.00
//  fullmanufacturer = "Involight"
//  fullname = "Flood Panel TriLED 3W"
//  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 = "PROGRAM"
		channel = 6
		homeVal = 0

	attribute
		name = "ID"
		channel = 7
		homeVal = 0
		
	attribute
		name = "RESPONSE"
		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 = "-STROBE-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (   0:  9),N,"No Strobe"
		stop = (M 10:255),2,"Strobe:"

	parameter
		name = "-PROGRAM-"
		displayerNum = 5
		type = F
		attribList = 6
		stop = (M  0:255),2,"Prog="		
		
	parameter
		name = "-ADDRESS-"
		displayerNum = 23
		type = F
		attribList = 7
		stop = (M  0:255),2,"Add="
		
	parameter
		name = "-RESPONSE-"
		displayerNum = 24
		type = F
		attribList = 8
		stop = (M  0:255),2,"Res="

end
