InstallationOffset GetInstallationOffset(string)
Get the currently set calibration offset values for each sensor.
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
devName |
(Optional) string The name of the device. If not supplied, the first matching configured device of this type will be used |
Return
An InstallationOffset object that can be parsed as JSON.
Remarks
Examples
function getInstallOffset() {
var offsets = KioOmronEnviroSensor.GetInstallationOffset();
updateResults(JSON.stringify(offsets, null, 2));
}
Requirements
KioWare for Windows version 8.16 or greater.