« Back to Product

Documentation

DS_DimSet

 boolean DS_DimSet (int $InstanceID, int $Intensity) 

Parameters

InstanceID

ID of the device to be switched

Intensity

Value of 0-255

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Dims the device with the ID InstanceID to the value Intensity

Example

DS_DimSet(12345, 128); //Dim to 50%
Any questions?