« Back to Product

Documentation

LCN_RequestThresholds

 boolean LCN_RequestThresholds (int $InstanceID) 

Parameters

InstanceID

ID of the threshold to query

Returns

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

Description

Queries the thresholds and hysteresis ID InstanceID.

Example

//Get the thresholds and hysteresis of threshold 12345
LCN_RequestThresholds(12345);
Any questions?