AVOLITES TITAN API

SetWheelControlOnOff

Sets whether the selected controls times are marked as OFF.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.SetWheelControlOnOff(Int32 wheelIndex, Boolean on)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/SetWheelControlOnOff?wheelIndex={titanId}&on={bool}

Parameters

wheelIndex ( Int32 ) : Index of the wheel.

on ( Boolean ) : if set to true perform the On.

on

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetWheelControlOnOff?wheelIndex={titanId}&on=true