// Chauvet LED Shadow
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 1/27/09
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "CHAUVET"
   name = "LEDSHADOW"
//  fullmanufacturer = "Chauvet"
//  fullname = "LED Shadow"
//  mode = 0
//  description = ""

attribute
	name = "MODE"
	channel = 1
	homeVal = 0

attribute
	name = "SPEED"
	channel = 2
	homeVal = 0

attribute
	name = "INTENSITY"
	channel = 3
	homeVal = 0

//////////////////////////////////////////////////////////////

	parameter
		name = "-MODE-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (  0: 29),N,"Strobe"
		stop = ( 30: 59),N,"Program1"	
		stop = ( 60: 89),N,"Program2"	
		stop = ( 90:119),N,"Program3"	
		stop = (120:149),N,"Program4"	
		stop = (150:179),N,"Program5"	
		stop = (180:209),N,"Program6"	
		stop = (210:255),N,"Sound"
	
	parameter
		name = "-SPEED-"
		displayerNum = 2 
		type = F 
		attribList = 2
		stop = (M  0:255),2,"Speed="
		
end
