// Longman F8 White Amber LED
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		2/22/11

fixture
	manufacturer = "LONGMAN"
	name = "F8WALED"
	version = 1.00
//  fullmanufacturer = "Longman"
//  fullname = "F8 White Amber LED"
//  mode = 4
//  description = ""

	attribute
		name = "INTENSITY"
		channel = 1
		
	attribute
		name = "WHITE"
		channel = 2
		homeVal = 0
		
	attribute
		name = "AMBER"
		channel = 3
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 4

//////////////////////////////////////////////////////

	parameter
		name = "-WHITE-"
		displayerNum = 1
		type = C
		attribList = 2
		stop = (M  0:255),2,"White="

	parameter
		name = "-AMBER-"
		displayerNum = 2
		type = C
		attribList = 3
		stop = (M  0:255),2,"AMBER"

	parameter
		name = "-STROBEE-"
		displayerNum = 3
		type = C
		attribList = 4
		stop = (M  0:255),2,"STROBE="
		
END
