AVOLITES TITAN API

LinkActiveFixtureDevice

Links an active fixture with an already patched fixture.

Namespace: Fixtures

Syntax

MACRO

Void Fixtures.LinkActiveFixtureDevice(String group, Int32 handleIndex, String activeFixtureDeviceId, Boolean useFixtureAddress)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/LinkActiveFixtureDevice?group={string}&handleIndex={titanId}&activeFixtureDeviceId={string}&useFixtureAddress={bool}

Parameters

group ( String ) : The handle group containing the target fixture.

handleIndex ( Int32 ) : The handle index containing the target fixture.

activeFixtureDeviceId ( String ) : The id of the active fixture to link to.

useFixtureAddress ( Boolean ) : Whether to repatch the fixture.

useFixtureAddress

HTTP Example:
http://localhost:4430/titan/script/2/Fixtures/LinkActiveFixtureDevice?group={string}&handleIndex={titanId}&activeFixtureDeviceId={string}&useFixtureAddress=true