// Pulse Eco
// 
//
fixture
	manufacturer = "PULSE"
	name = "Eco"
	version = 1.0
//  fullmanufacturer = "Pulse"
//  fullname = "Eco"
//  mode = 0
//  description = ""
	
				
	attribute
		name = "MODE"
		channel = 1
		
	attribute
		name = i"RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = i"GREEN"
		channel = 3
		homeVal = 0
		
	attribute
		name = i"BLUE"
		channel = 4
		homeVal = 0

	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0
		
//////////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="

	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="
			
	parameter
		name = "-MODE-"
		displayerNum = 4
		type = B
		attribList = 1
		stop = (   0: 63),N,"RGB"
		stop = (  64:127),N,"7 color"
		stop = ( 128:191),N,"7 color"
		stop = ( 192:255),N,"3 Color"
		
	parameter
		name = "-SPEED-"
		displayerNum = 5 
		type = B
		attribList = 5
		stop = (   0: 10),N,"Stop"
		stop = (M100: 11),2,"Speed:"
		stop = (R101:150),N,"Stop"
		stop = ( 151:255),N,"Sound"
		
end
