////////////////////////////////////////Shiva250
fixture
	manufacturer = "GENI"
	name = "Shiva250"
	version = 0.92
//  fullmanufacturer = "Geni"
//  fullname = "Shiva 250"
//  mode = 0
//  description = ""

	attribute
		name = "COLOUR"
		channel = 1
		homeVal = 0	
		
	attribute
		name = "INTENSITY"
		channel = 2
		minval = 10
		maxVal = 31

	attribute
		name = "PAN"
		channel = 3
		homeVal = 127

	attribute
		name = "TILT"
		channel = 4
		homeVal = 127

//////////////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 3
		stop = (M  0:255),2,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M  0:255),2,"Ti@="

	parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (   0:  0),N,"White"
		stop = (  18: 18),N,"Pink"
		stop = (  36: 36),N,"Yellow"
		stop = (  54: 54),N,"Lt Blue"
		stop = (  72: 72),N,"Green"
		stop = (  90: 90),N,"Orange"
		stop = ( 108:108),N,"Purple"
		stop = ( 126:126),N,"Red"
		stop = ( 144:144),N,"Dk Blue"
		stop = ( 162:162),N,"Indigo"
		stop = (M175:255),2,"CWhl>:"

//		stop = (M  0:255),2,"Color:"

	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 2
		stop = (   0:  0),N,"No Gobo"
		stop = (  32: 47),N,"Gobo 1"
		stop = (  48: 63),N,"Gobo 2"
		stop = (  64: 79),N,"Gobo 3"
		stop = (  80: 96),N,"Gobo 4"
		stop = (  97:111),N,"Gobo 5"
		stop = ( 112:127),N,"Gobo 6"		
		stop = ( 128:143),N,"Gobo 7"
		stop = ( 144:159),N,"Gobo 8"
		stop = (R160:255),N,"seeDisp 5"

	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 2 
		stop = (   0:  0),N,"StrobeOff"		
		stop = (M160:255),2,"Strobe:"
		stop = (   0:159),N,"seeDisp 4"

		
		
end

