/////////////////////////////////////////
//  Show Technology - Pro Shop HoneyComb 72
//  RM - May 2008
//  Jon Lenard - Updated to virtual dimmer 5/14/09

fixture
	manufacturer = "SHOWTECH"
	name = "HnyCmb72"
	version = 1.0
//  fullmanufacturer = "Show Technology"
//  fullname = "HoneyComb 72"
//  mode = 0
//  description = "Pro Shop 6channel LED fixture"

	attribute
		name = i"RED1"
		channel = 1
		homeVal = 255
		
	attribute
		name = i"GREEN1"
		channel = 2
		homeVal = 255
		
	attribute
		name = i"BLUE1"
		channel = 3
		homeVal = 255
		
	attribute
		name = i"RED2"
		channel = 4
		homeVal = 255
		
	attribute
		name = i"GREEN2"
		channel = 5
		homeVal = 255
		
	attribute
		name = i"BLUE2"
		channel = 6
		homeVal = 255
		
/////////////////////////////////////////////////

	parameter
		name = "-RED1-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Red1="		

	parameter
		name = "-GREEN1-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Green1="		
		
	parameter
		name = "-BLUE1-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Blue1="
		
	parameter
		name = "-RED2-"
		displayerNum = 4
		type = C
		attribList = 4
		stop = (M  0:255),2,"Red2="		

	parameter
		name = "-GREEN2-"
		displayerNum = 5
		type = C
		attribList = 5
		stop = (M  0:255),2,"Green2="		
		
	parameter
		name = "-BLUE2-"
		displayerNum = 6
		type = C
		attribList = 6
		stop = (M  0:255),2,"Blue2="
		
end

