string GetData(string)

Gets current device data for the specified device

Security

Trust Level Required: Full Trust

Parameters

Name Description
deviceName string
The name of the device.

Return

JSON encoded device data string.

Remarks

The data will be device specific. Click here to see devices that are compatible with KioWare for Windows.

Examples


var parsedData = JSON.parse(KioDevice.GetData('devName'));
    

Requirements

KioWare for Windows version 8.1 or greater.