// maXim template file - Abstract Galactic Moon.
// G.P.

Fixture
	manufacturer = "ABSTRACT"
	name = "GalacMoon"
//	version = 1.0
//  fullmanufacturer = "Abstract"
//  fullname = "Galactic Moon"
//  mode = 0
//  description = ""

	Attribute
		name = "ROTATION"
		channel = 1
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (   0:  0),N,"Closed"
		stop = (  10: 10),N,"Open"
		stop = (  18: 18),N,"Open+"
		stop = (  26: 26),N,"Red"
		stop = (  34: 34),N,"Red+"
		stop = (  43: 43),N,"Blue"
		stop = (  51: 51),N,"Blue+"
		stop = (  59: 59),N,"Green"
		stop = (  67: 67),N,"Green+"
		stop = (  75: 75),N,"Yellow"
		stop = (  83: 83),N,"Yellow+"
		stop = (  91: 91),N,"Cyan"
		stop = (  99: 99),N,"Cyan+"
		stop = ( 108:108),N,"Orange"
		stop = ( 116:116),N,"Orange+"
		stop = ( 124:124),N,"Magenta"
		stop = ( 140:140),N,"Split"
		stop = ( 226:226),N,"Strobe1"
		stop = ( 230:230),N,"Strobe2"
		stop = ( 234:234),N,"Strobe3"
		stop = ( 238:238),N,"Strobe4"
		stop = ( 242:242),N,"Strobe5"
		stop = ( 246:246),N,"Strobe6"
		stop = ( 250:250),N,"Strobe7"
		stop = ( 254:254),N,"Strobe8"

	Parameter
		name = "-ROTATION-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (   0:  0),N,"Stop"
		stop = (  62: 62),N,"Rotate>"
		stop = ( 192:192),N,"Rotate<"

end
