DeviceInfo GetDeviceInfo(string)

Provides basic device hardware information related to the specified Omron Environment 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

A DeviceInfo object that can be parsed as JSON.

Remarks

Examples


function getDeviceInfo() {
	var deviceInfo = KioOmronEnviroSensor.GetDeviceInfo(devName);
	alert(JSON.stringify(deviceInfo, null, 2));
}						
	

Requirements

KioWare for Windows version 8.16 or greater.