// Dexel Studio LED 
// 
//
// Created by Jon Lenard 12/8/09 

fixture
	manufacturer = "DEXEL"
	name = "STUDIOLED"
	version = 1.00
//  fullmanufacturer = "Dexel"
//  fullname = "Studio LED"
//  mode = 0
//  description = "2ch LED"

	attribute
		name = "AMBER"
		channel = 1
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 2
		homeVal = 0

//////////////////////////////////////////////////////

	parameter
		name = "-AMBER-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Amber="
		
end

