// Elation Proton Star
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 3/22/10
// 

				
fixture

	manufacturer = "ELATION"
	name = "PTSTAR"
	version = 1.0
//  fullmanufacturer = "Elation"
//  fullname = "Proton Star"
//  mode = 0
//  description = ""

	attribute
		name = "SPEED"
		channel = 1
		homeVal = 128
		
	attribute
		name = "INTENSITY"
		channel = 2
		
	attribute
		name = "TIME"
		channel = 3
		homeVal = 128	
		
////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "SPEED"
		displayerNum = 1
		type = B
		attribList = 1
		stop = (M  0:255),2,"Speed="
				
	parameter
		name = "TIME"
		displayerNum = 2
		type = B
		attribList = 3
		stop = (M  0:255),2,"Time="
		
end
