AVOLITES TITAN API

SetScreenState

Sets the state of a screen

Namespace: PanelManager

Syntax

MACRO

Void PanelManager.SetScreenState(String group, Int32 index, Boolean enable)

HTTP

http://[ip]:4430/titan/script/2/PanelManager/SetScreenState?group={string}&index={titanId}&enable={bool}

Parameters

group ( String ) : The group.

index ( Int32 ) : The index.

enable ( Boolean ) : if set to true enable.

enable

HTTP Example:
http://localhost:4430/titan/script/2/PanelManager/SetScreenState?group={string}&index={titanId}&enable=true