AVOLITES TITAN API

SetControlProgrammer

Sets a control's programmer state for the selected fixtures.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.SetControlProgrammer(Int32 controlId, Boolean programmer)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/SetControlProgrammer?controlId={titanId}&programmer={bool}

Parameters

controlId ( Int32 ) : The control id.

programmer ( Boolean ) : if set to true put the control in the programmer (at its present value), if false remove the control from the programmer.

programmer

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetControlProgrammer?controlId={titanId}&programmer=true