////////////////////////  Silver Star (Yagang) YX-312A City Light
// Created by Richie Mickan
// 18 June 2007
// 2 July 2007 - Updated channel assignments and  colour mix stuff 

fixture
	manufacturer = "SILVER"
	name = "yx-312a"
	version = 0.92
//  fullmanufacturer = "Silver Star"
//  fullname = "YX-312A City Light"
//  mode = 0
//  description = ""

		
	attribute
		name = "SPEED"
		channel = 1
		homeVal = 255

	attribute
		name = "UNKNOWN"
		channel = 2
		homeVal = 128

	attribute
		name = "INTENSITY"
		channel = 3

	attribute
		name = "MAGENTA"
		channel = 4
		homeVal = 0

	attribute
		name = "YELLOW"
		channel = 5
		homeVal = 0

	attribute
		name = "CYAN"
		channel = 6
		homeVal = 0		

//////////////////////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 6
		stop = (M  0:255),2,"Cyan="

	parameter
		name = "-MAGNTA-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M  0:255),2,"Mgnta="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Yellow="		

//----------------------------------------------		
		
	parameter
		name = "-SPEED-"
		displayerNum = 23
		type = C
		attribList = 1
		stop = (M  0:255),2,"Speed="		

end

