class
IScriptDeviceIntegration.
IScriptDeviceIntegration
Bases: object
Script object interface for Scripting API attached to a script device object
is_supported
Retrieves a value indicating whether Device Integration features are supported.
bool
all_user_functions
Retrieves all available user functions.
Array of IScriptUserFunction
active_user_functions
Retrieves the active user functions.
Array of IScriptUserFunction
inactive_user_functions
Retrieves the inactive user functions.
Array of IScriptUserFunction
device_variant
Retrieves or sets the device variant.
int
get_user_function_by_id
id
Retrieves the user function by identifier.
id (string) -- The identifier.
The requested user function
class
IScriptDeviceIntegration.
IScriptDeviceIntegration2