What can we improve?

Documentation

(Edit)

LCN_RequestRead

 boolean LCN_RequestRead (int $InstanceID) 

Parameters

InstanceID

ID of the device to query

Returns

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

Description

Queries the variables, targets and counters of the temperature instance with the ID InstanceID.

Example

//Query the device with ID 12345
LCN_RequestRead(12345);