// American DJ Pro Par 56CWWW
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		2/24/11

				
fixture

	manufacturer = "AMERICANDJ"
	name = "P56CWWW"
	version = 1.0
//  fullmanufacturer = "American DJ"
//  fullname = "Pro Par56 CWWW"
//  mode = "4"
//  description = "4ch"

	attribute
		name = i"COOL"
		channel = 1
		homeVal = 0
		
	attribute
		name = i"WARM"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "TEMP"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "STROBE"
		channel = 4
		homeVal = 0		
		
/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "COOL"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cool="
				
	parameter
		name = "WARM"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Warm="
		
	parameter
		name = "TEMP"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (   0:  0),N,"UseCW"
		stop = (   1: 13),N,"3400K"
		stop = (  14: 27),N,"3800K"
		stop = (  28: 41),N,"4000K"
		stop = (  42: 55),N,"4300K"
		stop = (  56: 69),N,"4600K"
		stop = (  70: 83),N,"4800K"
		stop = (  84: 97),N,"5000K"
		stop = (  98:111),N,"5100K"
		stop = ( 112:125),N,"5400K"
		stop = ( 126:139),N,"5600K"
		stop = ( 140:153),N,"5800K"
		stop = ( 154:167),N,"6000K"
		stop = ( 168:181),N,"6200K"
		stop = ( 182:195),N,"6400K"
		stop = ( 196:209),N,"6600K"
		stop = ( 210:223),N,"6800K"
		stop = ( 224:236),N,"7000K"
		stop = ( 237:248),N,"7200K"
		stop = ( 249:255),N,"7400K"
		
	parameter
		name = "STROBE"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0:   0),N,"Stop"
		stop = (M  1: 255),2,"Strobe:"
	
end
