« Back to Product

Documentation

ZW_ColorCW

Require: IP-Symcon >= 5.4

 boolean ZW_ColorCW (int $InstanceID, int $ColdWhite) 

Parameters

InstanceID

Device ID

ColdWhite

ColdWhite intensity from 0..255

Returns

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

Description

Switches the device with the ID InstanceID in the cold white channel to the value ColdWhite.

Example

// Set ColdWhite to 50%
ZW_ColorCW(12345, 128);
Any questions?