uint16 GetMemoryStorageInterval(string)

The enviro sensor saves data to memory at a fixed interval. This method returns the current interval of memory storage.

Security

Trust Level Required: Full Trust

Parameters

Name Description
time string
The name of the device. If not supplied, the first matching configured device of this type will be used

Return

The current memory storage interval.

Remarks

Examples


function getMemoryInterval() {
	alert('Interval: ' + KioOmronEnviroSensor.GetMemoryStorageInterval());
}						
	

Requirements

KioWare for Windows version 8.16 or greater.