AVOLITES TITAN API

AddSAcnTrigger

Adds the s acn trigger.

Namespace: Triggers

Syntax

MACRO

Void Triggers.AddSAcnTrigger(Int32 mappingId, TriggerTargetData targetData, Int32 universe, Int32 address, Int32 threshold, Boolean useLevelMatching)

HTTP

http://[ip]:4430/titan/script/2/Triggers/AddSAcnTrigger?mappingId={titanId}&targetData={}&universe={titanId}&address={titanId}&threshold={titanId}&useLevelMatching={bool}

Parameters

mappingId ( Int32 ) : The mapping identifier.

targetData ( TriggerTargetData ) : The target data.

universe ( Int32 ) : The universe.

address ( Int32 ) : The address.

threshold ( Int32 ) : The threshold.

useLevelMatching ( Boolean ) : if set to true [use level matching].

useLevelMatching

HTTP Example:
http://localhost:4430/titan/script/2/Triggers/AddSAcnTrigger?mappingId={titanId}&targetData={}&universe={titanId}&address={titanId}&threshold={titanId}&useLevelMatching=true