AVOLITES TITAN API

IdentifyFixture

Sends a command to a fixture to turn on identify fixture.

Namespace: Rdm

Syntax

MACRO

Void Rdm.IdentifyFixture(AcwUId id, Boolean enable)

HTTP

http://[ip]:4430/titan/script/2/Rdm/IdentifyFixture?id={}&enable={bool}

Parameters

id ( AcwUId ) : The id of the fixture to identify.

enable ( Boolean ) : Whether or not to turn on identify.

enable

HTTP Example:
http://localhost:4430/titan/script/2/Rdm/IdentifyFixture?id={}&enable=true