« Back to Product

Documentation

ENO_DimSet

 boolean ENO_DimSet (int $InstanceID, int $Intensity) 

Parameters

InstanceID

ID of the device to be switched

Intensity

1..100

Returns

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

Description

Dims the device with ID InstanceID to value Intensity.

Warning

This function can only be used with Eltako dimmer instances.

Example

ENO_DimSet(12345, 10); //Device dimmed to 10%
Any questions?