// VRL PAR-363
// 
// Jon Lenard
// 9/20/11

fixture
	manufacturer = "VRL"
	name = "PAR363"
	version = 1.00
//  fullmanufacturer = "VRL"
//  fullname = "PAR363"
//  mode = 0
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		
	attribute
		name = "STROBE"
		channel = 5
		homeVal = 0

	attribute
		name = "AUTO"
		channel = 6
		homeVal = 0
				
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = C
		attribList = 5,6
		stop = (   0: 10,R  0: 10),N,"NoStrobe"
		stop = (M 11:255,R  0: 10),2,"Strobe:"
		stop = (M  0:255,R 11:255),2,"Speed:"

	parameter
		name = "-AUTO-"
		displayerNum = 5
		type = C
		attribList = 6
		stop = (   0: 10),N,"NoAuto"
		stop = (  11: 45),N,"Switch"
		stop = (  46: 90),N,"Pulse"
		stop = (  91:138),N,"Scroll"
		stop = ( 139:195),N,"Sound"
		stop = ( 196:255),N,"SounsStb"		
	
end
