OmronHVCDetectionSizes GetDetectionSizes(string)

Returns detection sizes 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 OmronHVCDetectionSizes object with the threshold information.

Examples


var obj = KioOmronHVC.GetDetectionSizes();
alert (obj.HumanBodyMin);

Requirements

KioWare for Windows version 8.16 or greater.