SensorFlags GetMemorySensorFlags(int64, string)
This method allows monitoring of the current sensor flag info at the specified memory index.
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
memInd |
int64 The memory index at which to get the sensor flag info |
devName |
(Optional) string The name of the device. If not supplied, the first matching configured device of this type will be used |
Return
An SensorFlags object that can be parsed as JSON.
Remarks
Examples
function getMemorySensorFlags() {
var memInd = parseInt(document.getElementById('memInd').value);
var sensorFlags = KioOmronEnviroSensor.GetMemorySensorFlags(memInd);
alert(JSON.stringify(sensorFlags, null, 2));
}
Requirements
KioWare for Windows version 8.16 or greater.