/////////////////////////////////////////
// DMX Protocol Mode 2 - 16 Bit
// Dimmer DMX Add - Channel 1, Unit address Offset by 1
// This template requires software version 0.97 or higher to work.

fixture
	manufacturer = "ROSCO"
	name = "iCue"
	version = 1.1
//  fullmanufacturer = "Rosco"
//  fullname = "iCue"
//  mode = 0
//  description = "Dimmer DMX Add - Channel 1, Unit address Offset by 1"


	Attribute
		name = "INTENSITY"
		channel = 0

	attribute
		name = "PAN"
		channel = 2
		fineChan = 3
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 4
		fineChan = 5
		homeVal = 32768
		
/////////////////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M    0:65535),D,0,255,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M    0:65535),D,0,255,"Ti@="
		
end

