string GetTimeCounter(string)

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 string indicating the current value of the device timer.

Remarks

Examples


function getTimeCounter() {
	var timeCount = KioOmronEnviroSensor.GetTimeCounter();
	alert('Time: ' + timeCount);
}						
	

Requirements

KioWare for Windows version 8.16 or greater.