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