AVOLITES TITAN API

LinkOrPatchActiveFixtureDevice

Links an active fixture with an already patched fixture unless no fixture exists then a new one will be patched.

Namespace: Fixtures

Syntax

MACRO

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

HTTP

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

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/LinkOrPatchActiveFixtureDevice?group={string}&handleIndex={titanId}&activeFixtureDeviceId={string}&useFixtureAddress=true&patchStatus={string}

patchStatus ( String ) : The ID of a property to put the status of the patch operation, this is set when patch operation only partially succeeds.