OmronHVCThresholds GetThresholdValues(string)

Returns thresholds for an Omron HVC device.

Parameters

Name Description
deviceName (Optional) string
The name of the device to perform an operation on.

Security

Trust Level Required: High Trust

Return

Returns a new JSON OmronHVCThresholds object with the threshold information.

Examples


var obj = KioOmronHVC.GetThresholdValues();
alert (obj.HumanBody);

Requirements

KioWare for Windows version 8.16 or greater.