« Back to Product

Documentation

ZW_Basic

 boolean ZW_Basic (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the device

Value

0..255

Returns

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

Description

Turns the basic function of the specified device with InstanceID InstanceID

Warning

The basic function can be determined in most devices via parameters. Please find further information in the guidance of your specific device.

Example

ZW_Basic(12345, 255); //z.B. Turn on
Any questions?