AVOLITES TITAN API

SetLed

Menu function to set the value of an Led with a Booolean.

Namespace: Panel

Syntax

MACRO

Void SetLed(System.String, Int32, Boolean)

HTTP

http://[ip]:4430/titan/script/Panel/SetLed

Parameters

itemClass: The class the LED to be set is in.

index: The index of the LED in the class.

value: A boolean value of whether the LED is on or off.