« Back to Product

Documentation

LCN_RequestLights

 boolean LCN_RequestLights (int $InstanceID) 

Parameters

InstanceID

ID of the panel to be queried

Returns

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

Description

Queries the LEDs (panel lights) of the panel with the ID InstanceID.

Example

//The LEDs of the panel with ID 12345 are queried
LCN_RequestLights(12345);
Any questions?