« Back to Product

Documentation

ZW_ColorWW

Require: IP-Symcon >= 4.1

 boolean ZW_ColorWW (int $InstanceID, int $WarmWhite) 

Parameters

InstanceID

Device ID

WarmWhite

WarmWhite Intensity from 0..255

Returns

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

Description

Switches the device with the ID InstanceID in the warm white channel to the value WarmWhite.

Example

// Set WarmWhite to 50%
ZW_ColorWW(12345, 128);
Any questions?