system.device.removeDevice
Description
Removes a given device from Ignition.
Syntax
system.device. removeDevice( deviceName )
-
Parameters
String deviceName - The name of the device in Ignition.
-
Returns
nothing
-
Scope
All
Code Examples
Code Snippet
#Example 1:
system.device.removeDevice(
"CLX"
)