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