Documentation
ZW_DimDown
boolean ZW_DimDown (int $InstanceID)
Parameters
InstanceID | ID of the device to be switched |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Starts dimming down the device with ID InstanceID.
Example
//The device with the ID 12345 starts to dim down
ZW_DimDown(12345);