// Martin Magnum 2500Hz hazer
// Allows hazer to be controlled live, but never saved to memories.
//
// JEL 6/21/10

fixture
	manufacturer = "MARTIN"
	name = "MAG2500"
	version = 1.00
//  fullmanufacturer = "Martin"
//  fullname = "Magnum 2500Hz hazer- Non Saving"
//  mode = 0
//  description = ""

	attribute
		name = "HAZE"
		channel = 1
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-HAZE-"
		displayerNum = 1
		type = N
		attribList = 1
		stop = (   0: 29),N,"No Haze"
		stop = (M 30:255),2,"Haze:"
		
end

