AVOLITES TITAN API

SetLedFull

Sets a level Led to full on or full off.

Namespace: Panel

Syntax

MACRO

Void Panel.SetLedFull(String itemClass, Int32 index, Boolean on)

HTTP

http://[ip]:4430/titan/script/2/Panel/SetLedFull?itemClass={string}&index={titanId}&on={bool}

Parameters

itemClass ( String ) : Class of item

index ( Int32 ) : Index of item

on ( Boolean ) : True will set the level to full on.

on

HTTP Example:
http://localhost:4430/titan/script/2/Panel/SetLedFull?itemClass={string}&index={titanId}&on=true