system.device.listDevices
Description
Returns a dataset of information about each configured device. Each row represents a single device.
Syntax
system.device. listDevices( )
-
Parameters
none
-
Returns
Dataset - A dataset, where each row represents a device. Contains 4 columns Name , Enabled , State , and Driver .
-
Scope
All
Code Examples
Code Snippet
//Use the following expression binding on a table to show the list of devices. The binding polls every minute.
runScript(
"system.device.listDevices()"
,
60000
)