/////////////////////////////////////////
//   AC Lighting Colour Block 5 PSU (Mode9)
// This template requires software version 0.97 or higher to work.
// RM - Sept 2006

fixture
	manufacturer = "ACLIGHTING"
	name = "CBlock.9"
	version = 0.90
//  fullmanufacturer = "AC Lighting"
//  fullname = "Colour Block 5 PSU"
//  mode = 9
//  description = ""

	attribute
		name = "RED"
		channel = 1
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		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="

end
