boolean LCN_RequestThresholds (int $InstanceID)
InstanceID | ID of the threshold to query |
If the command succeeds, it returns TRUE, otherwise FALSE.
Queries the thresholds and hysteresis ID InstanceID.
//Get the thresholds and hysteresis of threshold 12345
LCN_RequestThresholds(12345);