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