LEDOperationSetting GetLEDStateOperation(string)
Get the LED state for start up, error, and connection states.
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 LEDOperationSetting object that can be parsed as JSON.
Remarks
Examples
function getLEDStateOperation() {
var ledState = KioOmronEnviroSensor.GetLEDStateOperation();
updateResults(JSON.stringify(ledState, null, 2));
}
Requirements
KioWare for Windows version 8.16 or greater.