// Fixture Akalite Octopod 75
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 10/9/08 
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "Alkalite"
   name = "Octopod75"
//  fullmanufacturer = "Alkalite"
//  fullname = "Octopod 75"
//  mode = 0
//  description = ""

    Attribute
      name = "RED"
      channel = 1
      homeVal = 0
      
    Attribute
      name = "GREEN"
      channel = 2
      homeVal = 0
      
    Attribute
      name = "BLUE"
      channel = 3
      homeVal = 0
  
    Attribute
      name = "INTENSITY"
      channel = 4
            
////////////////////////////////////////////////////


	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (m  0:255),2,"Red="
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (m  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (m  0:255),2,"Blue="
				
end
