AVOLITES TITAN API

EnableDmxModule

Enables or disables the DMX module.

Namespace: Dmx

Syntax

MACRO

Void Dmx.EnableDmxModule(String dfeNodeId, String moduleId, Boolean enable)

HTTP

http://[ip]:4430/titan/script/2/Dmx/EnableDmxModule?dfeNodeId={string}&moduleId={string}&enable={bool}

Parameters

dfeNodeId ( String ) : The node identifier.

moduleId ( String ) : The module identifier.

enable ( Boolean ) : Set to true to enable; false to disable.

enable

HTTP Example:
http://localhost:4430/titan/script/2/Dmx/EnableDmxModule?dfeNodeId={string}&moduleId={string}&enable=true